Get Resource by Id

GET /v1/reservations/resource/{resourceId}

Gets information about a specific reservation resource.

Headers

Name
Value

Authorization

Bearer <token>

x-api-key

<api key>

Parameters

resourceId string(uuid) path parameter (required)

Identifier of the reservation resource.

Response

200 OK

Returns details about the requested resource.

Body

Show ReservationResource attributes

Represents a resource that are available for booking.

id string(uuid)

Unique identifier of the reservation resource.


name string

Name of the reservation resource, typically used for presentation purposes.


description string

An additional description of the resource, typically used for presentation purposes.


deviceId string(uuid)

Identifier of the VAKA system the resource belongs to.


timeScheduleId string

Identifier of the time schedule associated with the resource.

Last updated