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": { "d985fdb1-e91b-41bf-8515-fadc6717c8f8": "52df8924-6f52-41aa-b6c0-11094b140b2e", "d9a1a2ad-509c-4105-bf6f-d879ef42ea30": "5bd13b29-bd43-4efc-b59c-6fabfbf8d2d0" }, "HasUpdates": true, "Modified": "2025-09-18T16:59:28.5611608+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-18T16:59:28.5611608+00:00" }