GET
/
remuneration
/
api
/
variable-items

Query Parameters

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
AmendedWorkContractIds
string[]

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

OwnerId
integer

Filter results by users

NatureId
integer

Filter results by variable nature

IncludeDeleted
boolean

Also return variable items that have been deleted

limit
integer
default: 10

Response

200 - application/json
items
object[]
next
string | null
prev
string | null
count
integer | null