Skip to main content
GET
List fixed items

Query Parameters

ids
integer<int32>[]

Only return variable items with the specified identifiers.

amendedWorkContractIds
string[]

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"

ownerIds
integer<int32>[]

Only return variable items owned by the specified users.

natureIds
integer<int32>[]

Only return variable items with the specified natures.

limit
integer
default:10

For paging. Number of items per page.

page

Two strategy might be used:

  • Continuation token paging
  • Offset limit paging
sort
string
default:StartsOn

This parameters syntax is consistent among every Lucca application, and its BNF grammar is defined as follow.

fields.root
enum<string>[]

Retrieve prev & next page tokens, as well as the total count of items across all pages.

Available options:
next,
prev,
count

Response

200 - application/json

OK

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