POST api/mywork/{id}
Update my work task
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json, text/json
Sample:
{ "sample string 1": {}, "sample string 3": {} }
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": "714d1149-4a66-4521-ab94-66ae879e3db9", "Name": "sample string 1", "Created": "2025-04-04T02:33:54.6759207+00:00", "Modified": "2025-04-04T02:33:54.6759207+00:00", "Author": "sample string 4", "Editor": "sample string 5", "AssignedTo": [ "d5625349-9147-417d-bca6-4ac11ee41627", "427fbdc5-b0f7-4e18-99cf-572d92b04e35" ], "Assignments": [ { "Id": "dc5fc8d7-0660-4055-ad75-b0a088399239", "Type": 0, "ResourceId": "d96fc3fe-3e2e-423f-8489-f5eafb2a0b6d", "Units": 3.0 }, { "Id": "dc5fc8d7-0660-4055-ad75-b0a088399239", "Type": 0, "ResourceId": "d96fc3fe-3e2e-423f-8489-f5eafb2a0b6d", "Units": 3.0 } ], "ParentId": "b897cbe1-cd42-438d-a83b-b957a8fd5ce1", "WorkTypeParentId": "29630630-accb-4c75-8afc-15364d0fbd94", "WorkTypeIndex": 9, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Index": 10, "Complete": true, "Comments": [ { "Id": "8198c112-7692-4a85-8bf3-a6abd0b46433", "UPN": "53750d4a-cbb5-4da3-9706-192980eb7797", "PostDate": "2025-04-04T02:33:54.6759207+00:00", "Comment": "sample string 4", "CC": [ "7eb078c4-04d2-4e49-97fd-8be2da9bba71", "0b5b6918-dc4e-4ccb-8669-9024c5161a48" ], "Users": [ "d2115400-316f-40df-813e-11e835a4a750", "9be8ef44-928c-40e5-8f15-909ad20c7e39" ] }, { "Id": "8198c112-7692-4a85-8bf3-a6abd0b46433", "UPN": "53750d4a-cbb5-4da3-9706-192980eb7797", "PostDate": "2025-04-04T02:33:54.6759207+00:00", "Comment": "sample string 4", "CC": [ "7eb078c4-04d2-4e49-97fd-8be2da9bba71", "0b5b6918-dc4e-4ccb-8669-9024c5161a48" ], "Users": [ "d2115400-316f-40df-813e-11e835a4a750", "9be8ef44-928c-40e5-8f15-909ad20c7e39" ] } ], "StartDate": "2025-04-04T02:33:54.6759207+00:00", "DueDate": "2025-04-04T02:33:54.6759207+00:00", "TaskScheduleType": 0, "StatusUpdate": { "ResourceReplacements": { "d515b63b-872b-4dae-b058-4f66cca4a7ab": "174f6992-3218-4e5a-a354-4dacaad6fc3d", "27ced115-a0b5-4ffd-9f4d-531c32074f85": "8f154c4f-437e-4b34-94cf-3a56a1bb339d" }, "HasUpdates": true, "Modified": "2025-04-04T02:33:54.6759207+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:33:54.6759207+00:00" }, "LastComment": "2025-04-04T02:33:54.6759207+00:00", "IsScheduled": true, "Integration": { "IntegrationId": "a7c1f909-c645-4c4f-a81f-adcf749b7fe5", "ExternalItemId": "sample string 2", "ExternalUrl": "sample string 3", "ReadOnlyFields": [ "sample string 1", "sample string 2" ] }, "WorkPlanId": "70eb3311-7806-43e7-b12c-f899922ff989", "id": "f2abe8e3-c363-4603-9fb3-cd384b5d361e", "ConfigId": "eeccd71f-d26b-4ec7-a659-f3f68139466b" }