GET

Get Resource Type


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a resource type by ID.

Permissions
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Public Data
Read Bookings - Including Participants
Manage Bookings Services and Settings
Read bookings calendar - including participants
Read Bookings Calendar
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/bookings/v2/resources/resource-types/{resourceTypeId}

Path Params
resourceTypeIdstringRequired

ID of the resource type to retrieve.

Response Object
resourceTypeResourceType

The requested resource type.

Retrieve a resource type.
Request
cURL
curl -X GET \ 'https://www.wixapis.com/bookings/v2/resources/resource-types/28221941-9d0d-4c91-806b-e2a08073d37a' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "resourceType": { "id": "28221941-9d0d-4c91-806b-e2a08073d37a", "revision": "2", "createdDate": "2024-11-14T13:32:36.462Z", "updatedDate": "2024-11-14T13:39:20.409Z", "name": "Meeting room with conference system" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?