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": { "fef87cda-0d82-483d-9ea2-9ed1058057ec": "3d5f6730-54b4-43f1-8c0e-e17c10e1310d", "85734d0f-0197-4331-ab03-52facbac7495": "2a05d789-d46e-4837-9060-1ce91be92e90" }, "HasUpdates": true, "Modified": "2025-07-16T12:22:38.1146093+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-07-16T12:22:38.1146093+00:00" }