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": "8aa38b3e-7f1d-423c-835b-02d99988c05f",
"Name": "sample string 1",
"Created": "2026-07-01T16:17:11.0930406+00:00",
"Modified": "2026-07-01T16:17:11.0930406+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"5576bcdc-c5b1-4387-9180-9323c27137c8",
"c319ec77-e55b-449c-bb2a-a146722b8f77"
],
"NonLaborAssignments": [
{
"Id": "46d96957-10f2-4aed-b7ee-dd20305de534",
"ResourceId": "7ac2786b-7ca3-4b4b-b005-3652a823eb34",
"Quantity": 3.0
},
{
"Id": "46d96957-10f2-4aed-b7ee-dd20305de534",
"ResourceId": "7ac2786b-7ca3-4b4b-b005-3652a823eb34",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "436ad857-1b46-47b0-9ee2-2c841ab7eff1",
"Type": 0,
"ResourceId": "8510fc54-9a07-4bc7-98ba-3136b5caa42e",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
},
{
"Id": "436ad857-1b46-47b0-9ee2-2c841ab7eff1",
"Type": 0,
"ResourceId": "8510fc54-9a07-4bc7-98ba-3136b5caa42e",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
}
],
"ParentId": "fa3a4321-6841-405d-9967-69e23599c9b3",
"WorkTypeParentId": "e8f81338-30e5-4ede-a375-17419b531d7c",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "a0f41fe3-3668-4c0e-917c-aba1f231ba41",
"UPN": "d2ad73f3-eefd-451a-aaca-f8abee036907",
"PostDate": "2026-07-01T16:17:11.0930406+00:00",
"Comment": "sample string 4",
"CC": [
"db2cd83c-e42f-4131-a547-a9a116c99cfb",
"dc2a9dd3-2726-4d0e-ba95-d7afd4729864"
],
"Users": [
"27e654d8-47da-4df8-9679-338a451f37d8",
"5428be24-29ad-4e22-8e03-5c8e97d3fbfc"
]
},
{
"Id": "a0f41fe3-3668-4c0e-917c-aba1f231ba41",
"UPN": "d2ad73f3-eefd-451a-aaca-f8abee036907",
"PostDate": "2026-07-01T16:17:11.0930406+00:00",
"Comment": "sample string 4",
"CC": [
"db2cd83c-e42f-4131-a547-a9a116c99cfb",
"dc2a9dd3-2726-4d0e-ba95-d7afd4729864"
],
"Users": [
"27e654d8-47da-4df8-9679-338a451f37d8",
"5428be24-29ad-4e22-8e03-5c8e97d3fbfc"
]
}
],
"StartDate": "2026-07-01T16:17:11.0930406+00:00",
"DueDate": "2026-07-01T16:17:11.0930406+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"d08c7b1e-ca0d-4b37-96c4-641deefb8802": "4e91597a-f4b1-42b9-9aab-fae2587e3e49",
"d8709ffc-99d8-4de4-bc76-0703cde92649": "49c2ca51-d75f-49cc-a6ab-f406de1e3f5f"
},
"HasUpdates": true,
"Modified": "2026-07-01T16:17:11.0930406+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-01T16:17:11.0930406+00:00"
},
"LastComment": "2026-07-01T16:17:11.0930406+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "75a7b18f-88a2-4f87-a23d-79ff358494dd",
"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": "1346394e-97a5-456e-9515-6950a7d72a14",
"id": "979e7708-0299-4a60-be98-386932912180",
"ConfigId": "eccf4e3c-b5c7-4a46-b68f-eb2245b10809"
}