POST v1/UpdatesDetail

Request Information

URI Parameters

None.

Body Parameters

RequestObj
NameDescriptionTypeAdditional information
accountUid

globally unique identifier

None.

accessKeyUid

globally unique identifier

None.

ReqObjType

Type

None.

ReqObj

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "accountUid": "c640baa9-1f1d-4531-865b-989649fc8d5c",
  "accessKeyUid": "16744b04-ba00-4f9f-b1ac-224b3fe8e6ec",
  "ReqObjType": null,
  "ReqObj": {
    "$id": "2"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetUpdateDEtailByQueueId_Result
NameDescriptionTypeAdditional information
id_updatequeue_int

integer

None.

Status

string

None.

ErrorCodeId

integer

None.

CustomMessage

string

None.

CreatedOn

date

None.

LastUpdated

date

None.

ClientId

string

None.

ErrorFile

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_updatequeue_int": 1,
    "Status": "sample string 1",
    "ErrorCodeId": 1,
    "CustomMessage": "sample string 2",
    "CreatedOn": "2024-11-20T23:18:39.4642593-08:00",
    "LastUpdated": "2024-11-20T23:18:39.4642593-08:00",
    "ClientId": "sample string 3",
    "ErrorFile": "sample string 4"
  },
  {
    "$ref": "1"
  }
]