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": "efef1f9d-2d54-4e4c-a5fa-ef8021f56800",
"Name": "sample string 1",
"Created": "2026-04-18T19:08:37.7902739+00:00",
"Modified": "2026-04-18T19:08:37.7902739+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"93c358b0-5dd5-45dc-a7a3-699dacd32f3c",
"a26f3869-0f0b-40aa-9de6-3d1434c52552"
],
"NonLaborAssignments": [
{
"Id": "af8bdb3f-84f0-4dc7-9997-e2ef71623c24",
"ResourceId": "fbe883ce-adb6-4adc-9bd8-d45a9983b2d2",
"Quantity": 3.0
},
{
"Id": "af8bdb3f-84f0-4dc7-9997-e2ef71623c24",
"ResourceId": "fbe883ce-adb6-4adc-9bd8-d45a9983b2d2",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "d3031eb5-d418-435a-a97d-4fa9ec0afa4b",
"Type": 0,
"ResourceId": "0bff2b0c-ae7c-4ce9-965d-d166d6c85ffc",
"Units": 3.0
},
{
"Id": "d3031eb5-d418-435a-a97d-4fa9ec0afa4b",
"Type": 0,
"ResourceId": "0bff2b0c-ae7c-4ce9-965d-d166d6c85ffc",
"Units": 3.0
}
],
"ParentId": "2210aa2b-f830-4f85-a04b-057805c62b84",
"WorkTypeParentId": "cded6955-3d11-4645-b8ef-95549c0779ae",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "ea0795ad-d08c-49a0-97e2-bc696d605ae9",
"UPN": "0a41f1fa-85e9-4f10-8cc3-d69147aef55c",
"PostDate": "2026-04-18T19:08:37.7902739+00:00",
"Comment": "sample string 4",
"CC": [
"f9ec2006-1a1d-4af4-8f1e-39984f7da6ff",
"847158de-4f99-4fef-adc4-08d52859aad5"
],
"Users": [
"e5150584-da75-4d82-92d1-75dcf9fa7844",
"7d8b6de8-ca15-41df-92b0-da0f0f14990c"
]
},
{
"Id": "ea0795ad-d08c-49a0-97e2-bc696d605ae9",
"UPN": "0a41f1fa-85e9-4f10-8cc3-d69147aef55c",
"PostDate": "2026-04-18T19:08:37.7902739+00:00",
"Comment": "sample string 4",
"CC": [
"f9ec2006-1a1d-4af4-8f1e-39984f7da6ff",
"847158de-4f99-4fef-adc4-08d52859aad5"
],
"Users": [
"e5150584-da75-4d82-92d1-75dcf9fa7844",
"7d8b6de8-ca15-41df-92b0-da0f0f14990c"
]
}
],
"StartDate": "2026-04-18T19:08:37.7902739+00:00",
"DueDate": "2026-04-18T19:08:37.7902739+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"65e5829c-82fb-4ff4-93fa-9b171342ef3c": "f1b470f7-f625-411e-9568-f896e27f579a",
"701f4424-1cb4-4d62-a8d2-b90d7c7026a5": "2c402dc3-36cd-4d77-8298-494df3c1443c"
},
"HasUpdates": true,
"Modified": "2026-04-18T19:08:37.7902739+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-04-18T19:08:37.7902739+00:00"
},
"LastComment": "2026-04-18T19:08:37.7902739+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "682b7697-480d-48da-944b-f896205b3fc9",
"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": "64ba717b-b565-44f0-a8ed-0d4835a20bfe",
"id": "4d1157c1-4db7-47d5-80fa-b0fd1197ae13",
"ConfigId": "7889b76c-ff1b-4a83-bafb-8bf24e50d1c2"
}