Variable-items
List variable items
Retrieve variable remuneration items matching a set of filters
GET
Query Parameters
Two strategy might be used:
- Continuation token paging
- Offset limit paging
This parameters syntax is consistent among every Lucca application, and its BNF grammar is defined as follow.
<sort> ::= '-|+'? <property> ( ',' <property> )*
<property> ::= <strictString> ( '.' <strictString> )*
<strictString> ::= ( <char> | <digit> | '_' | '-' )+
Properties that make sense on the collection level
Available options:
next
, prev
, count
Filter results by amended work contract ids
An amended work contract id is a string representation of a pair of work contract id and amendment id
If the amendment id is null, the work contract id is enough : 12
Otherwise, the work contract id and the amendment id are separated by a dash : 12-4
Filter results by users
Filter results by variable nature
Also return variable items that have been deleted
Was this page helpful?