Task Status Controller
Get task status by ID
get/task-status/{id}
Path parameters
idnumber required
Response
Task status retrieved successfully
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.