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
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": "ce8ab548-6976-4f53-855a-fedb805ec1a8",
"Name": "sample string 1",
"Created": "2026-05-04T23:55:35.8963353+00:00",
"Modified": "2026-05-04T23:55:35.8963353+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"3de29746-8ee1-4b87-ac34-89be3f50770d",
"7aaa7e76-19f9-42a3-aba9-f81ff31c111b"
],
"NonLaborAssignments": [
{
"Id": "bac44945-9d6e-4947-baad-0774014c577f",
"ResourceId": "af5dca91-9609-4a8d-9184-9c7d251b43d6",
"Quantity": 3.0
},
{
"Id": "bac44945-9d6e-4947-baad-0774014c577f",
"ResourceId": "af5dca91-9609-4a8d-9184-9c7d251b43d6",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "96ca4d13-94c5-40f7-997d-c115df90008b",
"Type": 0,
"ResourceId": "40108fb5-8f1e-4d48-84ea-4643d4dcaebb",
"Units": 3.0
},
{
"Id": "96ca4d13-94c5-40f7-997d-c115df90008b",
"Type": 0,
"ResourceId": "40108fb5-8f1e-4d48-84ea-4643d4dcaebb",
"Units": 3.0
}
],
"ParentId": "febc52ef-0c00-4bfb-9545-2785f2844042",
"WorkTypeParentId": "f1212610-d7dc-4be7-9461-c77e40e09c02",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "e3395641-e66f-404e-a22b-bc80a042c877",
"UPN": "c064702f-f4cd-4d34-9b97-a537fdc0db7b",
"PostDate": "2026-05-04T23:55:35.8963353+00:00",
"Comment": "sample string 4",
"CC": [
"2b720651-b16c-459b-a2c1-68c60e3a2ebb",
"fb122ad7-2fe8-4c8e-b88c-794e1c44c53c"
],
"Users": [
"ac62e79d-0890-4b88-b827-9fe6635407a5",
"10c09ac9-7c9a-4721-8bad-45317e0a0ebe"
]
},
{
"Id": "e3395641-e66f-404e-a22b-bc80a042c877",
"UPN": "c064702f-f4cd-4d34-9b97-a537fdc0db7b",
"PostDate": "2026-05-04T23:55:35.8963353+00:00",
"Comment": "sample string 4",
"CC": [
"2b720651-b16c-459b-a2c1-68c60e3a2ebb",
"fb122ad7-2fe8-4c8e-b88c-794e1c44c53c"
],
"Users": [
"ac62e79d-0890-4b88-b827-9fe6635407a5",
"10c09ac9-7c9a-4721-8bad-45317e0a0ebe"
]
}
],
"StartDate": "2026-05-04T23:55:35.8963353+00:00",
"DueDate": "2026-05-04T23:55:35.8963353+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"b18bba23-a8b8-415e-ba18-feda8b3db4fc": "1fc1b8c0-72b8-42fe-ad0a-36b37e6619b0",
"9bb52d6f-3425-445c-91d1-c47e9c672030": "c827013b-0f1e-4e77-9233-569ea96ad9d3"
},
"HasUpdates": true,
"Modified": "2026-05-04T23:55:35.8963353+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-05-04T23:55:35.8963353+00:00"
},
"LastComment": "2026-05-04T23:55:35.8963353+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "fe514218-c936-4a7f-b480-ecfcb7cc3e46",
"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": "faf899e8-4c9d-4fff-95bf-61546d1128d2",
"id": "2627a23a-e720-4e59-ad0f-9f554b9d8111",
"ConfigId": "33a66125-e1e0-459d-a86a-9d7440716b22"
}