Priorities

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

URL

/api/v2/objects/priorities

Example JSON

[
  {
    "id": 1,
    "name": "Urgent",
    "colour": "f80000",
    "position": 1
  },
  {
    "id": 2,
    "name": "High",
    "colour": "f88000",
    "position": 2
  },
  {
    "id": 3,
    "name": "Normal",
    "colour": "0097cf",
    "position": 3
  },
  {
    "id": 4,
    "name": "Low",
    "colour": "a3a3a3",
    "position": 4
  }
]

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