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": {
    "bb29b413-c3d0-4129-8b74-b02598bbff08": "2180fd26-9ea3-4799-9eb8-b8597f1f471b",
    "dc82b4e6-d51d-4cda-b759-eef2c789656a": "b8d02348-72ee-4d62-857c-3305a050cbe4"
  },
  "HasUpdates": true,
  "Modified": "2025-04-04T02:33:54.3680029+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-04-04T02:33:54.3680029+00:00"
}