Get building category counts
ExternalDocument Platform
Last modified:2025-09-16 16:38:02
Retrieve the count of documents grouped by building category for a specific building
curl --location --request GET 'https://api.findable.ai/building_owners//buildings//building_category/'
Response Response Example
{
"categoryCount": {
"property1": 0,
"property2": 0
}
}
Modified at 2025-09-16 16:38:02