API Reference
Get Cigar Sessions
Return recent smoke sessions for a specific cigar.
GET
Get Cigar Sessions
Returns recent smoke sessions associated with a specific cigar.
This endpoint is used internally by the Boxpressd Sites SDK when calling
getBoxpressdSessions with a cigarId.
The unique Boxpressd cigar 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.
SDK Request
Example Request
Example Response
Response
The list of sessions returned for the requested cigar.
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 venue where the session occurred, when available.
Pagination and result metadata.
Related SDK Helper
Previous
Cigar Lounge WebsiteBuild a modern cigar lounge website powered by Boxpressd events, reviews, community activity, and business data.
Next
Get Cigar Sessions