Skip to main content

Overview

Content tags are now called business segments. They let you categorize questionnaires and knowledge base content, so teams can organize, filter, and route work by compliance framework or topic. Business segments have three statuses:

List business segments

URL: GET https://api.wolfia.com/v1/business-segments/ Authentication: API key required (see API overview) A restricted key needs the Knowledge: read scope. Returns all business segments for your organization, ordered alphabetically by name.

Request

Query parameters

When no status filter is provided, the endpoint returns both ACTIVE and DRAFT segments. To retrieve only approved segments, pass ?status=ACTIVE.

Response (200 OK)

Response fields

Integration example

Python: Apply business segments to a questionnaire on upload

Error responses

Next steps

Questionnaires

Upload, list, and search questionnaires

API overview

Authentication, rate limits, and error handling