Skip to main content
GET
List variable items

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Query Parameters

page

Two strategy might be used:

  • Continuation token paging
  • Offset limit paging
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

OwnerIds
integer<int32>[]

Filter results by users

NatureIds
integer<int32>[]

Filter results by variable nature

IncludeDeleted
boolean

Also return variable items that have been deleted

limit
integer
default:10

For paging. Number of items per page.

Response

OK

items
object[]
next
string | null
prev
string | null
count
integer<int32> | null