Status

Get the status items

list StatusItemAndType

get
Authorizations
Query parameters
pageIndexnumber · int32Optional

Page number to return, starting with zero

pageSizenumber · int32Optional

Number of records per page (default 100)

orderByFieldstringOptional

Field name to order by (or comma separated names)

pageNoLimitstringOptional

If true don't limit page size (no pagination)

dependentLevelsnumber · int32Optional

Levels of dependent child records to include

typeDescriptionstringOptional
statusIdstringOptional
statusTypeIdstringOptional
statusCodestringOptional
sequenceNumnumber · int64Optional
descriptionstringOptional
statusAgenumber · int64Optional
parentTypeIdstringOptional
Responses
200
Success
application/json
get
GET /rest/s1/order-routing/status HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
  {
    "_entity": "co.hotwax.common.status.StatusItemAndType",
    "typeDescription": "text",
    "statusId": "text",
    "statusTypeId": "text",
    "statusCode": "text",
    "sequenceNum": 1,
    "description": "text",
    "statusAge": 1,
    "parentTypeId": "text"
  }
]

Was this helpful?