Skip to main content

Method

Parameters

*ListOptions
Pagination options
*int
Maximum number of topics to return
*string
Cursor for forward pagination
*string
Cursor for backward pagination

Response

string
Always "list"
bool
Whether there are more results available
[]*Topic
Array of topic objects
string
The unique identifier of the topic
string
The name of the topic
string
The description of the topic
DefaultSubscription
Default subscription preference
string
ISO 8601 timestamp of when the topic was created

Example