Bridge Training
APIAuction systems

List all auction systems

GET
/api/auction-systems

Response Body

application/json

curl -X GET "https://loading/api/auction-systems"
[
  {
    "id": "string",
    "identifier": "string",
    "labels": {
      "property1": "string",
      "property2": "string"
    },
    "sortOrder": 0
  }
]