List Project Task Stages

List of task stages in the project management module

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

Endpoint: /action/taskStages/list

Method: GET

Request Params: none

Response Body:

[
{
"id": "",
"label": "",
"hexColor": "",
"complete": false,
"clientApproval": false
}
]

Did this answer your question?