Endpoint used to retrieve filters (groups, subgroups, and specialties) from an institution or school in Toolzz LMS.
--url ' https://kong.api.toolzz.com.br/api/catalog/list-filters?category=group ' \
--header ' Authorization: Bearer <token> '
Parameter Type Description Required AuthorizationString Access token (“Bearer” must be before the token) Yes
Parameter Type Description Required categorystring Limits the result to selected categories. Accepts: group, subgroup, or specialty. Yes school_idint School identifier to get filters for. No
Key Type Description dataarray List of filters. data.idnumber Unique identifier of the filter. data.namestring Name of the filter. data.categorystring Category of the filter (group, subgroup, or specialty).
To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request. Additionally, the API is protected by other security measures to safeguard user data.