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": {
"fd4473c3-c52a-448b-b708-119232b450c3": "7016c95e-fe92-48a2-ad01-a5ee097b4e06",
"cca72a6b-04c3-4858-8cdf-148f273740ab": "fc16cf96-1e8a-4871-8021-1f5d01c6e50e"
},
"HasUpdates": true,
"Modified": "2025-11-03T15:47:47.3348147+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-03T15:47:47.3348147+00:00"
}