List statuses
Returns a paginated list of statuses for an entity type, combining KRUZER base statuses and the caller account custom statuses.
Query parameters
Response
Paginated list of statuses.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.11515
- ▲
added the new required
queryrequest parameterentityTypenew-required-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the required property
data/items/activeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/codeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/colorto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/descriptionto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/entity_typeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/labelto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/natureto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/originto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
data/items/activefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/codefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/colorfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/entity_typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/labelfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/naturefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/originfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/updated_atfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterentityTyperequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterpagerequest-parameter-removed
- ●
deleted the
queryrequest parametersortByrequest-parameter-removed
- ●
deleted the
queryrequest parametersortOrderrequest-parameter-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲