POST v1/UpdatesByClientID
Request Information
URI Parameters
None.
Body Parameters
RequestObj| Name | 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": "f08e6b0a-1293-4f00-8917-f4acdb148630",
"accessKeyUid": "545b0634-0c20-4864-b1a4-fc71d2bdc2cb",
"ReqObjType": null,
"ReqObj": {
"$id": "2"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetUpdateQueuesByClientId_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| row_id_Version_Update_Queue | integer |
None. |
|
| ClientID | string |
None. |
|
| row_id_Version_Master | integer |
None. |
|
| Version | string |
None. |
|
| UpdateDateQueue | date |
None. |
|
| CurrentStatus | string |
None. |
|
| UpdatedCreatedBy | string |
None. |
|
| Active | boolean |
None. |
|
| UpdateComplete | boolean |
None. |
|
| UpdateOnDate | date |
None. |
|
| UpdateOnTime | string |
None. |
|
| UpdateBatchID | integer |
None. |
|
| UpdateCompletedOn | date |
None. |
|
| LastUpdatedOn | date |
None. |
|
| BatchName | string |
None. |
|
| Package | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"row_id_Version_Update_Queue": 1,
"ClientID": "sample string 2",
"row_id_Version_Master": 3,
"Version": "sample string 4",
"UpdateDateQueue": "2026-02-03T17:53:57.6589337-08:00",
"CurrentStatus": "sample string 6",
"UpdatedCreatedBy": "sample string 7",
"Active": true,
"UpdateComplete": true,
"UpdateOnDate": "2026-02-03T17:53:57.6589337-08:00",
"UpdateOnTime": "sample string 8",
"UpdateBatchID": 1,
"UpdateCompletedOn": "2026-02-03T17:53:57.6589337-08:00",
"LastUpdatedOn": "2026-02-03T17:53:57.6589337-08:00",
"BatchName": "sample string 9",
"Package": "sample string 10"
},
{
"$ref": "1"
}
]