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
StatusUpdateClassName | 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": { "62f5ddef-b5bb-4b5b-977f-5e4f7fa73563": "8be3e768-9c39-4e0a-898b-26fd8a3ebb9b", "97b46c0c-e8b3-47d4-8864-638a8a8432d3": "9904f5aa-ec59-4d44-9fc1-a311db45ea44" }, "HasUpdates": true, "Modified": "2025-09-04T03:10:33.2235322+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-09-04T03:10:33.2235322+00:00" }