GET v1/UpdateBatches

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of UpdateBatch
NameDescriptionTypeAdditional information
id_version_update_batch

integer

None.

BatchCreatedOn

date

None.

BatchCreatedBy

string

None.

BatchActive

boolean

None.

BatchDisplayName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_version_update_batch": 1,
    "BatchCreatedOn": "2024-11-20T22:26:20.3810381-08:00",
    "BatchCreatedBy": "sample string 2",
    "BatchActive": true,
    "BatchDisplayName": "sample string 3"
  },
  {
    "$ref": "1"
  }
]