GET api/mywork/getupdate/{id}
Get an update for a specific task
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StatusUpdateClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ResourceReplacements | Dictionary of globally unique identifier [key] and globally unique identifier [value] |
None. |
|
| HasUpdates | boolean |
None. |
|
| Modified | date |
None. |
|
| Editor | string |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| CalcFields | Dictionary of string [key] and Object [value] |
None. |
|
| State | StatusUpdateState |
None. |
|
| ApproveRejectBy | string |
None. |
|
| ApproveRejectDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResourceReplacements": {
"66960e8b-45b0-451b-8249-383976728013": "0a0e41d1-3255-4fbe-a0d1-74877fe145ac",
"ca449fa0-e2b9-454f-a095-b6c9f7951fd2": "f8dd91f6-7996-43bb-b97c-7a6c690a82b7"
},
"HasUpdates": true,
"Modified": "2026-01-09T18:13:24.0407744+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-01-09T18:13:24.0407744+00:00"
}