Skip to main content
GET

Path Parameters

string
required
The unique identifier of the content session to retrieve.

Query Parameters

string | string[]
Include additional related objects in the response. Available options:
  • content: Include the associated content object
  • version: Include the content version details
  • answers: Include survey answers if any
  • company: Include the associated company information
  • user: Include the user who created the session
  • You can request multiple expansions: expand[]=content&expand[]=user

Response

Returns a content session object if found. Returns a 404 Not Found error if the session doesn’t exist.