POST v1/UpdatesDetail
Request Information
URI Parameters
None.
Body Parameters
RequestObjName | Description | Type | Additional 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": "1ddf777c-0296-47b7-8c21-25d637dc78eb", "accessKeyUid": "b00bd24e-1e2d-4c16-b163-4b78256399d9", "ReqObjType": null, "ReqObj": { "$id": "2" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetUpdateDEtailByQueueId_ResultName | Description | Type | Additional 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": "2025-07-26T13:53:26.0381196-07:00", "LastUpdated": "2025-07-26T13:53:26.0381196-07:00", "ClientId": "sample string 3", "ErrorFile": "sample string 4" }, { "$ref": "1" } ]