List all Buildings
List all venue wise buildings
Get all venue wise Buildings
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
#########################################################################
## 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