# Get 'Roomcategory' Endpoint: GET /objects/rooms/roomcategory/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Response 200 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `custom_id` (string,null) - `created_at` (string) - `organization` (object,null) - `organization.id` (string) - `icon` (object,null) - `icon.name` (string) wanted filename of the file - `icon.md5_hash` (string) base64 encoded md5hash of the file - `icon.get` (string) - `icon.post` (object) - `icon.post.url` (string) - `icon.post.fields` (object) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields