List of all Venues

List all the venues

Get Venues

GET https://<baseurl>/v1/organization/venues/@clientUUID

Path Parameters

Name
Type
Description

clientUUID

string

Client UUID

Headers

Name
Type
Description

Authentication

string

Authentication Token

#########################################################################
## Venue successfully retrieved
#########################################################################

{
    "message": "success",
    "status": 200,
    "venues": [
        {
            "uuid": "0a25bf04-1b16-446e-8598-3c914b2749de",
            "venueName": "Dubai Media Incorporated HQ - Dubai - United Arab Emirates ",
            "timezone": "Asia/Kolkata",
            "city": "Dubai"
        },
        {
            "uuid": "6d53024a-bf6b-427e-a7cc-1ebd65982ea0",
            "venueName": "venue",
            "timezone": "Asia/Dubai",
            "city": "Dubai"
        },
        {
            "uuid": "73668a32-af2d-4316-a4ba-3f8db529d767",
            "venueName": "Maharaja's College",
            "timezone": "Asia/Omsk",
            "city": "Ernakulam"
        },
        {
            "uuid": "9412c4a8-2e06-4669-8e27-836d3f815834",
            "venueName": "Dubai Mall - Dubai - United Arab Emirates",
            "timezone": "Asia/Dubai",
            "city": "Dubai"
        }
     ]
}

#########################################################################
## Error:No data found
#########################################################################

{
	"message": "error",
	"status": 400,
	"description": "No data found"
}

Last updated