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": "7352ac1d-2c0c-4888-95d0-a0730d02c203",
"Name": "sample string 1",
"Created": "2026-06-05T16:20:29.9438523+00:00",
"Modified": "2026-06-05T16:20:29.9438523+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"9e903d9d-191b-4748-b755-ce85fe29744e",
"1d93aca8-5f42-4632-82c2-f05422accb5c"
],
"NonLaborAssignments": [
{
"Id": "1e7fcff8-ea01-48bd-bdec-3521c1ee7111",
"ResourceId": "070dc2f2-8248-4963-aacc-248db8598332",
"Quantity": 3.0
},
{
"Id": "1e7fcff8-ea01-48bd-bdec-3521c1ee7111",
"ResourceId": "070dc2f2-8248-4963-aacc-248db8598332",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "341b5bde-1768-441d-9a05-fd11296909a0",
"Type": 0,
"ResourceId": "f8ef10e4-84d2-4208-b663-d50190b3e3a0",
"Units": 3.0
},
{
"Id": "341b5bde-1768-441d-9a05-fd11296909a0",
"Type": 0,
"ResourceId": "f8ef10e4-84d2-4208-b663-d50190b3e3a0",
"Units": 3.0
}
],
"ParentId": "3ec39e78-6d45-4280-988b-0acdf374e31c",
"WorkTypeParentId": "ad2b0b23-2768-4a52-b1cd-5f6c1f315544",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "468f5c4d-b2f3-4c5e-96bc-5e9bf0c4dc96",
"UPN": "326ad446-2710-4446-9a20-cc9e8d6f4558",
"PostDate": "2026-06-05T16:20:29.9438523+00:00",
"Comment": "sample string 4",
"CC": [
"d11e5f0e-625a-46a3-9a5a-30db2c55ce0d",
"a637447b-017a-4565-a5d3-d43ae8c05677"
],
"Users": [
"9dfd02b4-ddb8-4ad9-b458-9fd10ab67eb0",
"f02512ee-2c8d-43ec-80dc-8dbd3b2c0d6d"
]
},
{
"Id": "468f5c4d-b2f3-4c5e-96bc-5e9bf0c4dc96",
"UPN": "326ad446-2710-4446-9a20-cc9e8d6f4558",
"PostDate": "2026-06-05T16:20:29.9438523+00:00",
"Comment": "sample string 4",
"CC": [
"d11e5f0e-625a-46a3-9a5a-30db2c55ce0d",
"a637447b-017a-4565-a5d3-d43ae8c05677"
],
"Users": [
"9dfd02b4-ddb8-4ad9-b458-9fd10ab67eb0",
"f02512ee-2c8d-43ec-80dc-8dbd3b2c0d6d"
]
}
],
"StartDate": "2026-06-05T16:20:29.9438523+00:00",
"DueDate": "2026-06-05T16:20:29.9438523+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"eff8cf7c-c618-4c62-b0ef-197e70048b2c": "babbce74-6b12-440f-8544-1010d07cd548",
"02889d1c-b495-4037-8c8d-f4636c79e2b2": "2ff06ae1-402c-4173-97c2-32c0a3fd5d52"
},
"HasUpdates": true,
"Modified": "2026-06-05T16:20:29.9438523+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-06-05T16:20:29.9438523+00:00"
},
"LastComment": "2026-06-05T16:20:29.9438523+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "fbd829a5-85f7-47b9-a87f-5c054741abcd",
"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": "53f587e8-0c3e-4960-96e7-0f6da098c65e",
"id": "40476317-1ad9-4af8-a4ca-d87e1ec8e5cc",
"ConfigId": "0c87fabc-e0bc-41af-a6af-42a2ee64b537"
}