Download OpenAPI specification:Download
Welcome to the HumHub topic module API reference.
containerId required | integer The id of container |
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
{- "total": 76,
- "page": 1,
- "results": [
- {
- "id": 1,
- "name": "Api topic"
}
]
}