Retrieve fixed remuneration items matching a set of filters
Documentation Index
Fetch the complete documentation index at: https://developers.lucca.fr/llms.txt
Use this file to discover all available pages before exploring further.
Only return variable items with the specified identifiers.
Only return fixed natures linked to the specified amended work contracts.
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"
Only return variable items owned by the specified users.
Only return variable items with the specified natures.
For paging. Number of items per page.
Two strategy might be used:
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> | '_' | '-' )+Retrieve prev & next page tokens, as well as the total count of items across all pages.
next, prev, count