Statuses

This method allows you to list all the statuses which are configured within your account.

URL

/api/v2/objects/statuses

Example JSON

[
  {
    "id": 1,
    "name": "New",
    "colour": "77c300",
    "status_type": 0
  },
  {
    "id": 4,
    "name": "Resolved",
    "colour": "9c9c9c",
    "status_type": 1
  },
  {
    "id": 3,
    "name": "Waiting for Customer",
    "colour": "f27800",
    "status_type": 2
  },
  {
    "id": 2,
    "name": "Waiting for Staff",
    "colour": "00a9da",
    "status_type": 0
  }
]

Proudly powered by Katapult. Running on 100% renewable energy.