Skip to main content
GET
/
ListLineItemStatuses
List Line Item Statuses
curl --request GET \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/ListLineItemStatuses \
  --header 'X-apikey: <api-key>'
[
  {
    "Id": 1234567891234567,
    "Status": "",
    "Order": 0,
    "IsActive": false,
    "CustomColourId": 0
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.uplifthub.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-apikey
string
header
required

Response

200 - application/json
Id
integer<int64>
required
Example:

1234567891234567

Status
string
default:""
Order
integer<int32>
Example:

0

IsActive
boolean
Example:

false

CustomColourId
integer<int32>
Example:

0