List of locker sizes in a locker bank

Returns all available locker sizes in the specified locker bank to help select an appropriate size for reservations.

SecuritybearerAuth
Request
path Parameters
lockerBankId
required
string

Unique identifier of the locker bank whose locker sizes you want to retrieve. Use the value returned by the Get list of all locker banks API.

Responses
200

Successfully retrieved locker sizes for the locker bank.

400

Invalid request.

401

The request could not be authorized.

404

Locker bank not found

500

The request could not be completed due to an internal error.

get/api/v1/lockerBanks/{lockerBankId}/lockers/sizes
Request samples
Response samples
application/json
{
  • "supportedSize": [
    ]
}