/
StatusCode

StatusCode

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the StatusCode.
codeStringtrueCode of the StatusCode
nameStringtrueName of the StatusCode.
colorCodeStringtrueHexadecimal color code for this StatusCode.

JSON representation

{
  "id": 1,
  "code": "1",
  "name": "Open",
  "colorCode": "#43a047",
  "nameI18n": "Open"
}

Related content