Task Status Controller

Get task status by ID

get/task-status/{id}

Path parameters

idnumber required

Response

Task status retrieved successfully

idnumber required

Task status ID

statusstring required

Task status name

backgroundColorstring

Background color for the status

textColorstring

Text color for the status

borderColorstring

Border color for the status

isSystemDefinedboolean required

Whether this status is system defined

createdByNamestring

Created by user name

Example response

{
  "id": 1,
  "status": "To Do",
  "backgroundColor": "#6B7280",
  "textColor": "#FFFFFF",
  "borderColor": "#4B5563",
  "isSystemDefined": true,
  "createdByName": "John Doe"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.