Get Sessions

GET

Returns all sessions.

Query parameters

page_numberintegerOptional

Page number for pagination, starting from 1

page_sizeintegerOptional

Number of sessions to retrieve per page.

order_bystringOptional

Field to order the results by: created_at, updated_at, user_id, session_id.

ascbooleanOptional

Order direction: true for ascending, false for descending.

Response

List of sessions

response_countintegerOptional
sessionslist of objectsOptional
total_countintegerOptional

Errors

Built with