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": {
    "984b17f6-2ce0-40c6-89af-9af1e59a2fe6": "9b24a81c-0003-4e91-9501-7e619741704f",
    "80303aca-b979-4dcc-af07-18ccc2ba2d1d": "3de81040-aa65-4456-b002-407fb98ca4b0"
  },
  "HasUpdates": true,
  "Modified": "2025-07-08T18:43:26.8998859+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-08T18:43:26.8998859+00:00"
}