Enables administrators and developers to programmatically retrieve a list of event resource types along with their resources.
Authorization
Bearer YOUR_TOKEN
SpaceID
ResourceTypeID
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/events/resourcetypes?SpaceID=252
[ { "EventResourceTypeID": 1, "ResourceKey": "RoomText", "TypeName": "Room", "Translations": [ { "ResourceKey": "RoomText", "ResourceValue": "Room", "CultureName": "en-US" } ], "IsRoom": true, "EventResources": [ { "ResourceID": 5, "ResourceName": "Conference Room A", "Location": "Office Building A", "Description": "Place for large meetings", "EventResourceTypeID": 1, "CalendarURL": "/events/resources/5/calendar", "ImageFilename": "59eed55a-34fc-4337-a936-90f90d847d47.jpg", "ImageURL": "https://your-site.com/Assets/Uploaded-CMS-Files/59eed55a-34fc-4337-a936-90f90d847d47.jpg", "SpaceIDCSV": "252,257,258", "DateCreated": "0001-01-01T00:00:00" }, { "ResourceID": 9, "ResourceName": "Conference Room B", "Location": "Office Building A", "Description": "Place for large meetings", "EventResourceTypeID": 1, "CalendarURL": "/events/resources/9/calendar", "ImageFilename": "814162a1-f98a-44ac-8810-bf9f7b53062d.jpg", "ImageURL": "https://your-site.com/Assets/Uploaded-CMS-Files/814162a1-f98a-44ac-8810-bf9f7b53062d.jpg", "SpaceIDCSV": "252,257,258", "DateCreated": "0001-01-01T00:00:00" } ] }, { "EventResourceTypeID": 10, "ResourceKey": "CarsText", "Translations": [ { "ResourceKey": "CarsText", "ResourceValue": "Cars", "CultureName": "en-US" } ], "IsRoom": false, "EventResources": [ { "ResourceID": 10, "ResourceName": "Lincoln Navigator", "Location": "San Diego, CA", "Description": "The Lincoln Navigator is a big car.", "EventResourceTypeID": 10, "CalendarURL": "/events/resources/10/calendar", "ImageFilename": "ea77ac26-1fc3-425e-9452-10a0d7bf9fab.jpg", "ImageURL": "https://your-site.com/Assets/Uploaded-CMS-Files/ea77ac26-1fc3-425e-9452-10a0d7bf9fab.jpg", "SpaceIDCSV": "252,257,258", "DateCreated": "0001-01-01T00:00:00" } ] } ]
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/42879/rest-api-get-event-resource-types
Your session has expired. You are being logged out.