GET api/mywork/getupdate/{id}

Get an update for a specific task

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

StatusUpdateClass
NameDescriptionTypeAdditional 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": {
    "f03623b3-487e-4d9e-859f-017704babd84": "08e1e104-4c4b-4892-904a-6ab5d3b22df5",
    "ce8b7b96-7211-4072-a884-1f256f20af22": "1efdfb5a-9484-492c-abcd-c4c0a5639924"
  },
  "HasUpdates": true,
  "Modified": "2025-07-12T03:06:28.1934074+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-12T03:06:28.1934074+00:00"
}