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": "8c0b5b54-2ca0-4c1f-81cf-4ca2e4414757", "Name": "sample string 1", "Created": "2025-05-23T20:35:47.0292143+00:00", "Modified": "2025-05-23T20:35:47.0292143+00:00", "Author": "sample string 4", "Editor": "sample string 5", "AssignedTo": [ "b2c0255c-c014-4853-90dd-3b8f16bb716f", "7b9ec6cf-0b6f-44f8-a151-f5e834b1bd82" ], "Assignments": [ { "Id": "c73e2341-cb75-4437-b66e-c446c18c4b42", "Type": 0, "ResourceId": "43951aa5-e6ec-4fce-b522-c1786f44e896", "Units": 3.0 }, { "Id": "c73e2341-cb75-4437-b66e-c446c18c4b42", "Type": 0, "ResourceId": "43951aa5-e6ec-4fce-b522-c1786f44e896", "Units": 3.0 } ], "ParentId": "00657cc1-183f-4b10-bb98-07666a8cb584", "WorkTypeParentId": "de48edb0-8b4a-413f-b325-b207ac246870", "WorkTypeIndex": 9, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Index": 10, "Complete": true, "Comments": [ { "Id": "5263efec-7634-45c2-8719-1b79f593b773", "UPN": "9338bb5b-3045-4a35-9c94-73eb043a26cd", "PostDate": "2025-05-23T20:35:47.0292143+00:00", "Comment": "sample string 4", "CC": [ "71e75997-e308-4ac9-867a-efac3ded0b1a", "4eb2ef02-d7ef-41b8-9622-0ce490af843b" ], "Users": [ "f74e65c9-f0f4-4196-a3ad-d76cb01a8876", "f45f177e-8c23-4db1-943e-14df509111b9" ] }, { "Id": "5263efec-7634-45c2-8719-1b79f593b773", "UPN": "9338bb5b-3045-4a35-9c94-73eb043a26cd", "PostDate": "2025-05-23T20:35:47.0292143+00:00", "Comment": "sample string 4", "CC": [ "71e75997-e308-4ac9-867a-efac3ded0b1a", "4eb2ef02-d7ef-41b8-9622-0ce490af843b" ], "Users": [ "f74e65c9-f0f4-4196-a3ad-d76cb01a8876", "f45f177e-8c23-4db1-943e-14df509111b9" ] } ], "StartDate": "2025-05-23T20:35:47.0292143+00:00", "DueDate": "2025-05-23T20:35:47.0292143+00:00", "TaskScheduleType": 0, "StatusUpdate": { "ResourceReplacements": { "8815b168-30dc-44d8-bc90-2dce7f85f0f7": "39010255-ed91-44c7-86aa-9eb1acc59910", "4e409713-4f8a-4c61-895c-7f271c023e0a": "fe4dde4f-16b5-4d19-8f1c-e305b6274254" }, "HasUpdates": true, "Modified": "2025-05-23T20:35:47.0292143+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-05-23T20:35:47.0292143+00:00" }, "LastComment": "2025-05-23T20:35:47.0292143+00:00", "IsScheduled": true, "Integration": { "IntegrationId": "372ce732-d085-4408-a1ce-0087e564c486", "ExternalItemId": "sample string 2", "ExternalUrl": "sample string 3", "ReadOnlyFields": [ "sample string 1", "sample string 2" ] }, "WorkPlanId": "711c961e-05ee-4997-8a84-ae450e843564", "id": "f1d39514-8e64-4fe7-9700-48c0946f139f", "ConfigId": "8b27b61f-ef0d-45b1-a7c5-197f0410ea5d" }