Returns all of a Cameo Room attributes

Errors

Code Description
404 Cameo Room not found

Examples

201 Response
{
  "id": "integer"
  "pmi": "integer",
  "created_at": "datetime",
  "updated_at": "datetime",
  "name": "string",
  "enabled": "boolean",
  "access_code": "string",
  "description": "string",
  "publicly_accessible": "boolean",
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

ID of the Cameo Room

Validations:

  • Must be a Integer