Return a list of all sessions in the project.
Use the ‘limit’ and ‘skip’ query parameters to do range sub-queries. Use the ‘filter’ query parameter to filter the sessions in the database.
All session data is returned except for attachments. If you have many sessions, it may be better to make repeated calls to the server to fetch smaller amounts at a time.
Param name | Description |
---|---|
project_id required |
The project ID number Validations:
|
xml optional |
Returns sessions data as XML instead of as a JSON array. Validations:
|
uuids_only optional |
Returns an array of session uuids only. Validations:
|