Get Function Space Category List
Get Venue Function Space Category List
POST
[PlatformAddress]/api/1.0/venue?action=getFunctionSpaceCategoryList
Return the venue function space category list for the venue.
Path Parameters
Name | Type | Description |
---|---|---|
venueId* | integer | The id of the venue |
perPage | integer | The number of menu to get in a single call |
Example Request
Get Venues Function Space Category List
Returns
A collection object with the following properties in the results
Property | Data Type | Description |
---|---|---|
id | integer | The unique id of the space category. |
name | string | The name of the space category. |
Throws
Code | Description |
---|---|
Specific Code: 24150 | Account does not exist |
Specific Code: 24102 | Venue does not exist |
Specific Code: 24408 | Feature not allowed |
Last updated