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": {
"2e57d958-9c1b-4cd6-adcc-7dbf376e25bb": "7deada2e-fa06-4417-94c5-533d61844898",
"23506068-092f-4968-9777-5762f0018421": "91a428ba-f231-4d0b-9908-509ff6d09cd7"
},
"HasUpdates": true,
"Modified": "2025-11-25T20:15:34.6694558+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-11-25T20:15:34.6694558+00:00"
}