GET v1/VersionUpdateQueues
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VersionUpdateQueue| Name | Description | Type | Additional information |
|---|---|---|---|
| row_id_Version_Update_Queue | integer |
None. |
|
| row_id_clients_fk | integer |
None. |
|
| row_id_Version_Master | integer |
None. |
|
| UpdateDateQueue | date |
None. |
|
| UpdatedCreatedBy | string |
None. |
|
| Active | boolean |
None. |
|
| UpdateComplete | boolean |
None. |
|
| UpdateBatchID | integer |
None. |
|
| UpdateCompletedOn | date |
None. |
|
| UpdateOnDate | date |
None. |
|
| UpdateOnTime | string |
None. |
|
| CurrentStatus | integer |
None. |
|
| ManualInProgress | boolean |
None. |
|
| SupportTech | string |
None. |
|
| CT_Clients | CT_Clients |
None. |
|
| VersionMaster | VersionMaster |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"row_id_Version_Update_Queue": 1,
"row_id_clients_fk": 2,
"row_id_Version_Master": 3,
"UpdateDateQueue": "2026-02-03T17:53:13.6207998-08:00",
"UpdatedCreatedBy": "sample string 5",
"Active": true,
"UpdateComplete": true,
"UpdateBatchID": 1,
"UpdateCompletedOn": "2026-02-03T17:53:13.6207998-08:00",
"UpdateOnDate": "2026-02-03T17:53:13.6207998-08:00",
"UpdateOnTime": "sample string 6",
"CurrentStatus": 1,
"ManualInProgress": true,
"SupportTech": "sample string 7",
"CT_Clients": {
"$id": "2",
"row_id_clients": 1,
"ClientStringID": "sample string 2",
"ClientIntID": 1,
"ClientUID": "d77831dc-2d64-49dc-bb90-7fb5fda7caa8",
"CurrentMajorVersion": 1,
"CurrentMinorVersion": 1,
"CurrentBuildVersion": 1,
"CurrentRevisionVersion": 1,
"FullVersionString": "sample string 3",
"LastUpdated": "2026-02-03T17:53:13.6207998-08:00",
"MultiFacility": true,
"OptedIn": true,
"Region": "sample string 5",
"VersionUpdateQueues": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"VersionMaster": {
"$id": "3",
"id_version_master": 1,
"MajorVersion": 2,
"MinorVersion": 3,
"BuildVersion": 4,
"RevisionVersion": 5,
"PackageLocation": "sample string 6",
"CreatedOn": "2026-02-03T17:53:13.6207998-08:00",
"CreatedBy": "sample string 7",
"Version": "sample string 8",
"DisplayTitle": "sample string 9",
"Active": true,
"PackageVerifier": "sample string 11",
"VersionUpdateQueues": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "1"
}
]