# Get organisation Get all attributes of an organisation model given an organisation ID. Endpoint: GET /organisations/{organisationId} Version: 0.0.1 Security: o_auth ## Path parameters: - `organisationId` (string, required) The ID of the organisation to be returned. ## Response 200 fields (application/json): - `createdAt` (string) - `id` (string) - `licence` (array) Enum: "data_explorer", "occupancy_monitor", "people_count", "real_time", "dwell_time" - `maxAdminSeats` (integer,null) - `maxUserSeats` (integer,null) - `name` (string) - `processingGroup` (integer,null) - `state` (string) Enum: "active", "deleted", "disabled" ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields