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": { "57cb62df-db34-4bc8-b450-7753f73d8449": "27bd15bb-f47b-417f-8795-01ca1cb577c0", "4f1d341e-2f69-4d36-bdb0-537287f46966": "11b4cce8-ab62-4770-9952-0fd6a62c8f11" }, "HasUpdates": true, "Modified": "2024-12-16T03:21:14.0319619+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": "2024-12-16T03:21:14.0319619+00:00" }