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

{
    "meta": {
        "totalResults": 5,
        "start": 0,
        "perPage": 10,
        "count": 5
    },
    "results": [
        {
            "id": 2,
            "name": "B Category"
        },
        {
            "id": 1,
            "name": "A Category"
        },
        {
            "id": 3,
            "name": "C"
        },
        {
            "id": 4,
            "name": "abc"
        },
        {
            "id": 5,
            "name": "D Category"
        }
    ]
}

Example Request

Get Venues Function Space Category List

{
    "venueId": 1,
    "perPage":10
}

Returns

A collection object with the following properties in the results

Throws

Last updated