GET api/workplan/{id}/tasks/{taskid}
Get task by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Work Plan Id |
globally unique identifier |
Required |
| taskid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkPlanTask| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | string |
None. |
|
| Editor | string |
None. |
|
| AssignedTo | Collection of globally unique identifier |
None. |
|
| NonLaborAssignments | Collection of TaskNonLaborAssignment |
None. |
|
| Assignments | Collection of TaskAssignment |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| WorkTypeParentId | globally unique identifier |
None. |
|
| WorkTypeIndex | integer |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Index | integer |
None. |
|
| Complete | boolean |
None. |
|
| Comments | Collection of TaskComment |
None. |
|
| StartDate | date |
None. |
|
| DueDate | date |
None. |
|
| TaskScheduleType | TaskType |
None. |
|
| StatusUpdate | StatusUpdateClass |
None. |
|
| LastComment | date |
None. |
|
| IsScheduled | boolean |
None. |
|
| Integration | TaskIntegrationInfo |
None. |
|
| LinkedFileIds | Collection of string |
None. |
|
| LinkedLinkIds | Collection of string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkTypeId": "4d0a79d6-77f9-4cb6-9538-7fe6ec8bfd96",
"Name": "sample string 1",
"Created": "2026-07-21T13:04:04.4947772+00:00",
"Modified": "2026-07-21T13:04:04.4947772+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"fd9f9241-14f8-413f-b823-54a6a193e585",
"dee39a9e-85ec-4ff6-aa5d-0daec7611336"
],
"NonLaborAssignments": [
{
"Id": "360ac38a-33bb-44e2-ae5d-3e351374fd48",
"ResourceId": "842edf8f-6dc6-44c4-b625-90f88d24d8ba",
"Quantity": 3.0
},
{
"Id": "360ac38a-33bb-44e2-ae5d-3e351374fd48",
"ResourceId": "842edf8f-6dc6-44c4-b625-90f88d24d8ba",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "87b0c36f-45d5-4507-a59d-2c9737bb8580",
"Type": 0,
"ResourceId": "15b17764-a89f-4d50-adee-1a57bf19d44d",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
},
{
"Id": "87b0c36f-45d5-4507-a59d-2c9737bb8580",
"Type": 0,
"ResourceId": "15b17764-a89f-4d50-adee-1a57bf19d44d",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
}
],
"ParentId": "de6fdf23-163c-45aa-add9-8abd2fc5bef6",
"WorkTypeParentId": "927d23b4-278e-4b53-b984-453dbc2faf7e",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "e5b090d0-2db2-46c1-96c6-3f1e999d07b4",
"UPN": "04486e33-89f1-4c9a-8e61-7ea8bb0ccd07",
"PostDate": "2026-07-21T13:04:04.4947772+00:00",
"Comment": "sample string 4",
"CC": [
"dc198dea-c14c-494d-8996-d949152c37a7",
"b1826764-f1f2-44a7-9cf1-808280f27049"
],
"Users": [
"093d83b5-dfe1-49c8-b78d-3d3680c54544",
"c80cf959-7a9e-45e4-812c-d83175df5d27"
]
},
{
"Id": "e5b090d0-2db2-46c1-96c6-3f1e999d07b4",
"UPN": "04486e33-89f1-4c9a-8e61-7ea8bb0ccd07",
"PostDate": "2026-07-21T13:04:04.4947772+00:00",
"Comment": "sample string 4",
"CC": [
"dc198dea-c14c-494d-8996-d949152c37a7",
"b1826764-f1f2-44a7-9cf1-808280f27049"
],
"Users": [
"093d83b5-dfe1-49c8-b78d-3d3680c54544",
"c80cf959-7a9e-45e4-812c-d83175df5d27"
]
}
],
"StartDate": "2026-07-21T13:04:04.4947772+00:00",
"DueDate": "2026-07-21T13:04:04.4947772+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"562feb31-e9b6-4b0e-abcc-17a4f27a9972": "fb54c022-d7bc-4796-8e89-4f170c27300b",
"42d132ae-a4a0-4da7-8920-35ab7a9c6579": "a935515b-5552-4b7e-a3a4-d6522fb21d32"
},
"HasUpdates": true,
"Modified": "2026-07-21T13:04:04.4947772+00:00",
"Editor": "sample string 3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"CalcFields": {
"sample string 1": {},
"sample string 3": {}
},
"State": 0,
"ApproveRejectBy": "sample string 4",
"ApproveRejectDate": "2026-07-21T13:04:04.4947772+00:00"
},
"LastComment": "2026-07-21T13:04:04.4947772+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "a22c3cc0-500b-4c06-80a7-0ac3a3f428d8",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"LinkedFileIds": [
"sample string 1",
"sample string 2"
],
"LinkedLinkIds": [
"sample string 1",
"sample string 2"
],
"WorkPlanId": "a6cac7b3-d094-4317-a9cb-e76c5fc2d858",
"id": "6c1f28ff-6b04-4e28-8ba6-c52f62691e0d",
"ConfigId": "c9fbade1-9bf1-4209-817e-eba4c82c308f"
}