API Reference
Get Business Sessions
Return recent smoke sessions for a Boxpressd venue or brand.
GET
Get Business Sessions
Returns recent smoke sessions associated with a specific Boxpressd business.
This endpoint is used internally by the Boxpressd Sites SDK when calling
getBoxpressdSessions without a cigarId.
The business type.Supported values include
venue and brand.The unique Boxpressd business identifier.
The maximum number of sessions to return.
The number of sessions to skip for pagination.
Return sessions created on or after this ISO date.
Return sessions created on or before this ISO date.
When supported, returns only featured sessions.
SDK Request
Example Request
Example Response
Response
The list of sessions returned for the requested business.
The unique session identifier.
The date and time the session was created as an ISO string.
The date and time the session started as an ISO string.
The date and time the session ended as an ISO string.
The total session duration in seconds.
Optional rating associated with the session.
Optional public note associated with the session.
The public user summary associated with the session.
The public display name for the user.
The user’s public avatar URL, when available.
The cigar associated with the session.
The cigar identifier.
The cigar display name.
The cigar brand display name.
The cigar image URL.
The venue associated with the session, when available.
Pagination and result metadata.
Get Business Sessions