Variable-natures
List variable natures
Retrieve all existing variable natures
GET
/
remuneration
/
api
/
variable-natures
Query Parameters
establishmentIds
integer[]
Only return variable natures linked to the specified establishments.
categoryIds
integer[]
Only return variable natures linked to the specified categories.
limit
integer
default: 10page
Two strategy might be used:
- Continuation token paging
- Offset limit paging
sort
any
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> | '_' | '-' )+
fields.root
enum<string>[]
Properties that make sense on the collection level
Available options:
next
, prev
, count
Response
200 - application/json
items
object[]
next
string | null
prev
string | null
count
integer | null
Was this page helpful?