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": {
"7bd22219-ba70-424a-9107-328e942caeb2": "c8445a5d-db47-4c91-b7e8-0c59535a0fac",
"d785938b-7862-4246-a226-c2a44dd28e98": "bb5ca26b-ba56-4cbd-9c2f-978d33f358f9"
},
"HasUpdates": true,
"Modified": "2025-12-09T22:51:24.9350076+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-12-09T22:51:24.9350076+00:00"
}