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.
ID of the resource type to retrieve.
The requested resource type.
curl -X GET \
'https://www.wixapis.com/bookings/v2/resources/resource-types/28221941-9d0d-4c91-806b-e2a08073d37a' \
-H 'Authorization: <AUTH>'
{
"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"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.