Bridge Training
APIAuction systemsId

Get an auction system by ID

GET
/api/auction-systems/{id}

Path Parameters

id*string

Auction system ID

Response Body

application/json

application/json

curl -X GET "https://loading/api/auction-systems/sef"
{
  "id": "string",
  "identifier": "string",
  "labels": {
    "property1": "string",
    "property2": "string"
  },
  "sortOrder": 0
}
{
  "code": "string",
  "message": "string",
  "meta": {
    "property1": null,
    "property2": null
  }
}