Topics
List topics
Returns a paginated list of topics.
get/topics
Query parameters
pageinteger
Page number (1-based)
Example:1
Page number (1-based)
sizeinteger
Number of items per page
Example:25
Number of items per page
Response
Paginated list of topics
Example response
{
"data": [
{
"id": 1,
"name": "Pricing discussion",
"slug": "pricing-discussion",
"color": "#4287f5",
"saidBy": "user"
}
],
"pagination": {
"page": 1,
"size": 25,
"total": 100
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.