GET
/
remuneration
/
api
/
fixed-natures

Query Parameters

establishmentIds
integer[]

Only return fixed natures linked to the specified establishments.

limit
integer
default: 10
page

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