Get Statuses
This endpoint fetch the list of statuses for the team member
query Parameters
project_idProject ID
archivedArchived
limitNo of records per page
offsetRecord Offset
sortSorting order, default is ascending
Get Statuses › Responses
Success Response
hasMoreTrue if there are more record else false
Create Status
This endpoint creates a new status using the provided details.
Create Status › Request Body
nameName
project_idProject ID
orderOrder
colorColor
isCompletionGroupIs Completion Group
Create Status › Responses
The resource created successfully
idnamecreated_byprojectcolororderassigneesrollupGet Status
This endpoint fetch the status details using unique identifier.
path Parameters
taskgroup_idEnter status id
Get Status › Responses
Success Response
idnameorderproject_idcolormilestoneis_completion_groupassigneeshiddenrollupUpdate Status
This endpoint updates the status details using unique identifier.
path Parameters
taskgroup_idEnter status id
Update Status › Request Body
nameordercoloris_completion_groupIs Completion Group
archivedArchived
rollupRollup
Update Status › Responses
Success Response
messageSuccess message
Remove Status
Move Tasks
Assign Status Members
This endpoint assignes the list of members to the status.
path Parameters
taskgroup_idEnter status id
Assign Status Members › Responses
Success Response
messageSuccess message
Remove Status Member
This endpoint removes the list of members to the status.
path Parameters
taskgroup_idEnter status id
Remove Status Member › Responses
The record has been updated successfully.
messageSuccess message