List Topics with User Segment
GET {{baseUrl}}/api/v2/help_center/user_segments/:user_segment_id/topics
Lists the topics that use the specified user segment.
This endpoint supports pagination as described in Pagination.
Allowed for
- Help Center managers
Pagination
- Cursor pagination (recommended)
- Offset pagination
See Pagination.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"topics":[{"name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","description":"\u003cstring\u003e","follower_count":"\u003cinteger\u003e","html_url":"\u003cstring\u003e","id":"\u003cinteger\u003e","manageable_by":"staff","position":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e","user_segment_id":"\u003cinteger\u003e"},{"name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","description":"\u003cstring\u003e","follower_count":"\u003cinteger\u003e","html_url":"\u003cstring\u003e","id":"\u003cinteger\u003e","manageable_by":"staff","position":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e","user_segment_id":"\u003cinteger\u003e"}]}