Download OpenAPI specification:Download
Welcome to the HumHub topic module API reference.
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"
}
]
}
id required | integer The id of topic |
Topic name
name | string |
{- "name": "Api topic"
}
{- "id": 1,
- "name": "Api topic"
}
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"
}
]
}
containerId required | integer The id of container |
Topic info
name required | string |
{- "name": "Api topic"
}
{- "id": 1,
- "name": "Api topic"
}