Fetch a session from the database. For points that have an attached file, the value of the point will be a hash with a “filename” key with the filename of the attached file. Each attachment can be downloaded with an individual call to the attachments endpoint. This is to save bandwidth and time in case attachments do not need to be downlaoded multiple times.
This api call will return a 404 Not Found
if the session does not exist.
On a successful call, a standard JSON response with the session data in the result.
When include_sub_sessions=1 is passed, the response will include sub-sessions from sub-projects in a sub_project_sessions field organized by project ID.
Param name | Description |
---|---|
project_id optional |
The project ID number Validations:
|
id optional |
The UUID of the session to fetch Validations:
|
deleted optional |
Search on deleted sessions Validations:
|
include_sub_sessions optional |
Include sub-sessions from sub-projects Validations:
|