Topics
List topics
Retrieves a paginated list of topics with optional filtering.
GET
Authorizations
Your unique Avido API key
Query Parameters
Number of items to skip
Required range:
x >= 0
Example:
0
Number of items per page
Required range:
1 <= x <= 100
Example:
25
Field to order by
Example:
"createdAt"
Order direction
Available options:
asc
, desc
Example:
"desc"
Filter by topic title (case-insensitive)
Example:
"code quality"