Get Booking Custom Field List

Get Booking Custom Field List

POST [PlatformAddress]/api/1.0/venue?action=getBookingCustomFieldListundefined

Return the booking custom fields (definition) list.

Path Parameters

{
    "meta": {
        "totalResults": 9,
        "start": 0,
        "perPage": 100,
        "count": 9
    },
    "results": [
        {
            "id": 1,
            "fieldType": 0,
            "displayName": "Small Text",
            "isRequired": false,
            "visibleTo": 3,
            "userGroupIds": [
                10
            ],
            "tooltipText": "",
            "isRequiredOnMarketplace": false,
            "sortOrder": 0,
            "selectValues": null
        },
    ]
}

Example Request

Get Venues Function Space Category List

{
    "perPage":10
}

Returns

A collection object with the following properties in the results

Type

Visiblity to Options

Throws

Last updated