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": { "bc3b16b2-c48c-4539-9a58-10ba5f41910c": "04667fd7-b15e-487b-81ef-7e98a0d9676a", "27fc88c1-062b-4a48-9a24-50f7b454bc94": "466bf11d-8e24-49c2-8040-66ca31b90a66" }, "HasUpdates": true, "Modified": "2025-05-23T20:37:41.694913+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-05-23T20:37:41.694913+00:00" }