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": {
    "43b3dd81-9187-4a73-af75-8a64767a21d0": "855975e8-8cc1-4b9c-b9f6-d4cf40cab88d",
    "9b53b165-111c-4fb0-8301-042fb1f6b19d": "c79d2f98-98fd-4a95-8018-09192573746b"
  },
  "HasUpdates": true,
  "Modified": "2024-10-18T08:30:25.5835098+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-10-18T08:30:25.5835098+00:00"
}