Retrieves a paginated list of user tracking sessions for a specific content record.

Behavior: Returns all user session records associated with the specified content record, including details such as browser type, email, IP address, session start date, and last activity date. Results are paginated and sorted.

Authorization: Requires authentication.

Side Effects: None.

Error Scenarios: None expected under normal operation; returns an empty list if no sessions exist.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the content definition (used for routing).

uuid
required

The unique identifier of the content record to retrieve user sessions for.

Query Params
string

The column name to sort by. Defaults to the system default sort column.

boolean
Defaults to false

Whether to sort in descending order. Defaults to the system default.

int32
Defaults to 0

The zero-based page index. Defaults to the system default.

int32
Defaults to 100

The number of records per page. Defaults to the system default.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json