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": {
"cc049151-9d2c-40f0-b388-bcc172d9df17": "05df71e3-45d9-432b-9d4d-7eefec6de977",
"40c97bdf-5e33-4134-aff6-6a02dfae71bd": "c96c8e50-3e03-4eea-8b5c-efc6fe555bb9"
},
"HasUpdates": true,
"Modified": "2025-11-18T19:16:27.0846726+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-18T19:16:27.0846726+00:00"
}