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

KeyDatatypeRequiredDescription
IdstringRequired.
(int32)
The identifier of the associated task phase.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
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"}]