Endpoints for facility-level operations and lookup
Get Facilities by PropertyId
GET
https://api.external.facilitron.com
/v1/property/{property_id}/facilities
Retrieves a list of all active facilities associated with the specified property (district / parent or school / child). Includes both searchable and non-searchable facilities with status 0 (Active).
path Parameters
property_idstring · ObjectId · requiredThe unique identifier (_id) of the property
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Events retrieved successfully
messagestring · requiredResponse message
message_codestring · requiredResponse message code
invocation_idstring · uuid · requiredRequest ID
facilitiesobject[] · requiredA list of all facilities that belong to the requested property (e.g., school)