Retrieves a paginated list of content sessions with optional filtering and expansion options.
createdAt
: Sort by session creation time (default)-
prefix for descending order: orderBy[]=-createdAt
orderBy[]=-createdAt&orderBy[]=id
content
: Include the associated content objectversion
: Include the content version detailsanswers
: Include survey answers if anycompany
: Include the associated company informationuser
: Include the user who created the sessionexpand[]=content&expand[]=user
results
: Array of content session objectsnext
: URL for the next page (null if no more pages)previous
: URL for the previous page (null if on first page)