Get Event Type List

Get Venue Event Types List

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

Return the event type list for the account.

{
    "meta": {
        "totalResults": 11,
        "start": 0,
        "perPage": 2,
        "count": 2
    },
    "results": [
        {
            "id": 1,
            "name": "Christmas",
            "description": null,
            "marketplaceEventType": 11,
            "contactType": 0,
            "isViewable": true,
            "createdDate": "2017-12-18 09:48:05 UTC",
            "modifiedDate": "2017-12-18 09:48:05 UTC"
        },
        {
            "id": 2,
            "name": "Cocktail",
            "description": null,
            "marketplaceEventType": 11,
            "contactType": 0,
            "isViewable": true,
            "createdDate": "2017-12-18 09:48:05 UTC",
            "modifiedDate": "2017-12-18 09:48:05 UTC"
        }
    ]
}

Example Request

Get Venues Event Type List

{
"perPage": 10
"start": 0
}

Returns

A collection object with the following properties in the results

Marketplace Event Types

Last updated