Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of topics documents that matched your query. |
topics | array | List of topics. Can be one of: |
Example
JSON
{
"total": 5,
"topics": [
{
"$id": "259125845563242502",
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"name": "events",
"emailTotal": 100,
"smsTotal": 100,
"pushTotal": 100,
"subscribe": "users"
}
]
}
JSON
{
"total": 5,
"topics": [
{
"_id": "259125845563242502",
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00",
"name": "events",
"emailTotal": 100,
"smsTotal": 100,
"pushTotal": 100,
"subscribe": "users"
}
]
}