Interactive Features
Comments
Fetch Comments for an Event
This API allows clients to retrieve comments from specific channels under an organization in Tickaroo.
Endpoint
GET /api/comments/v1/owner/{ORGANIZATION_ID}/public/{CHANNEL_ID}/comments.json
Path Parameters
ORGANIZATION_ID: The unique identifier for your Tickaroo organization. Replace{ORGANIZATION_ID}with your actual organization ID. Example: 63c9a9f25d2a2a96383bc60a.CHANNEL_ID: The identifier for the comment channel, which corresponds to thelocal_idof a liveblog post/event. TheCHANNEL_IDcan be obtained via the liveblog API. Replace{CHANNEL_ID}with your actual channel ID.
Query Parameters
limit: Specifies the number of comments to return. Acceptable values range from 1 to 100. Default value if not specified is 50.next: Used for pagination. Pass the ID of the last comment received in the previous API response to fetch the next set of comments.client_id: Your client identifier. This parameter must be included in each request to authenticate the client.
Polls
Fetch Results for a Poll
This API allows clients to retrieve the results for a specific poll
Endpoint
GET /apigw/polls/v1/polls/{POLL_ID}
Path Parameters
POLL_IDThe identifier of the poll, which corresponds to thelocal_idof the liveblog content block (typeTik::Model::Content::PollContentBlock). ThePOLL_IDcan be obtained via the liveblog API. Replace{POLL_ID}with your actual PollContentBlock local id.
Query Parameters
client_id: Your client identifier. This parameter must be included in each request to authenticate the client.