List all Buildings
List all venue wise buildings
Get all venue wise Buildings
GET https://<baseurl>/v1/organization/building/@clientUUID/@venueUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
venueUUID
string
Venue UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "buildings": [
        {
            "uuid": "4e42abb5-967e-424a-9f42-ffaeb3188415",
            "buildingName": "Puthukottai"
        }
    ]
}
#########################################################################
## Error:No data found
#########################################################################
{
	"message": "error",
	"status": 400,
	"description": "No data found"
}Last updated
Was this helpful?