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
WorkPlanTaskName | 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. |
|
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. |
|
WorkPlanId | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "WorkTypeId": "27e23d35-0cc6-4179-8c89-d124fe1ba523", "Name": "sample string 1", "Created": "2025-04-04T02:35:52.7862667+00:00", "Modified": "2025-04-04T02:35:52.7862667+00:00", "Author": "sample string 4", "Editor": "sample string 5", "AssignedTo": [ "b1b68e56-e735-4371-b962-bdf560ad9905", "45386239-466e-43e3-a7cd-e04182129d71" ], "Assignments": [ { "Id": "30bf76c8-7199-46b1-8074-878a72fb3279", "Type": 0, "ResourceId": "c9fc24e3-b060-442a-a02f-c1b68098a574", "Units": 3.0 }, { "Id": "30bf76c8-7199-46b1-8074-878a72fb3279", "Type": 0, "ResourceId": "c9fc24e3-b060-442a-a02f-c1b68098a574", "Units": 3.0 } ], "ParentId": "8f81e762-a450-4216-84d3-6bda32cdbc38", "WorkTypeParentId": "68d69961-d33a-47ff-996a-1f2879285e42", "WorkTypeIndex": 9, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Index": 10, "Complete": true, "Comments": [ { "Id": "091042f6-b635-49ef-8877-bb968463c3a3", "UPN": "b3042651-d287-413c-8842-0b8de02785a7", "PostDate": "2025-04-04T02:35:52.7862667+00:00", "Comment": "sample string 4", "CC": [ "da68f4ff-4a89-4e36-968e-29ea413b0173", "c5a3c5bb-a3ef-440e-8819-bebe2378e953" ], "Users": [ "c52299ec-876f-4625-b9cb-db06d6b30bab", "6012d072-94d8-4817-9368-6f1f02481795" ] }, { "Id": "091042f6-b635-49ef-8877-bb968463c3a3", "UPN": "b3042651-d287-413c-8842-0b8de02785a7", "PostDate": "2025-04-04T02:35:52.7862667+00:00", "Comment": "sample string 4", "CC": [ "da68f4ff-4a89-4e36-968e-29ea413b0173", "c5a3c5bb-a3ef-440e-8819-bebe2378e953" ], "Users": [ "c52299ec-876f-4625-b9cb-db06d6b30bab", "6012d072-94d8-4817-9368-6f1f02481795" ] } ], "StartDate": "2025-04-04T02:35:52.7862667+00:00", "DueDate": "2025-04-04T02:35:52.7862667+00:00", "TaskScheduleType": 0, "StatusUpdate": { "ResourceReplacements": { "c9054985-78b8-45e2-928e-affba3e36954": "4959a566-5554-455f-8602-68a616b7394f", "671fa9c7-dea2-4270-af91-c87fd6707d7e": "17fa4f12-fa3b-407f-a745-0730b091d2ae" }, "HasUpdates": true, "Modified": "2025-04-04T02:35:52.7862667+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": "2025-04-04T02:35:52.7862667+00:00" }, "LastComment": "2025-04-04T02:35:52.7862667+00:00", "IsScheduled": true, "Integration": { "IntegrationId": "7c14ee55-ef67-48ac-85d2-c0ebf4886ba8", "ExternalItemId": "sample string 2", "ExternalUrl": "sample string 3", "ReadOnlyFields": [ "sample string 1", "sample string 2" ] }, "WorkPlanId": "9277f38a-b465-4991-b06a-730b7fe7531a", "id": "3340db07-3bf5-452f-9936-8d4143248529", "ConfigId": "d8e51375-4d2e-4cee-b0f8-ae5aed837750" }