TaskPhasesRequest
GET {{base_url}}/TaskPhasesRequest?Id={{integer}}
Retrieves a list of all task phases based on a given task identifier.
API
Task API
Requires Authentication
Yes
Returns
List [TaskPhaseDTO]
Batch?
No
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Id | string | Required. | |
| (int32) | |||
| The identifier of the associated task phase. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | Required. | |
| The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
| The type of content supported by the API endpoint. |
RESPONSES
status: OK
[{"Id":5,"PhsNo":1,"PlanId":5,"ColorId":1,"Name":"Timer","Description":"test"},{"Id":143,"PhsNo":2,"PlanId":5,"ColorId":1,"Name":"Not defined"},{"Id":144,"PhsNo":3,"PlanId":5,"ColorId":1,"Name":"Not defined"}]