Get all attributes of an organisation model given an organisation ID.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/organisations/{organisationId}
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/organisations/{organisationId}
curl -i -X GET \
'https://coreapi.hoxton.ai/_mock/v1/organisations/{organisationId}' \
-H 'Authorization: YOUR_API_KEY_HERE'OK.
Items Enum:"data_explorer""occupancy_monitor""people_count""real_time""dwell_time"
Response
{ "createdAt": "2019-08-24T14:15:22Z", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "licence": [ "data_explorer" ], "maxAdminSeats": 0, "maxUserSeats": 0, "name": "string", "processingGroup": 0, "state": "active" }