Returns all tag groups for given company in an aggregated format
You need to supply either the company_id or the organization_id query parameter. If you supply both, the company_id will be used. If you supply neither, the request will fail. If you supply the company_id, the response will contain only the tag groups for that company. If you supply the organization_id, the response will contain the tag groups for all companies in the organization. If you supply the company_id and the organization_id, the response will contain only the tag groups for the company.
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Query Parameters
Enter the company ID whose tag groups you are searching for. Required if organization_id is not provided. If you enter both company_id and organization_id, the company_id is used to filter the tag groups.
Enter the organization ID whose tag groups you are searching for. Required if company_id is not provided. If you enter both company_id and organization_id, the company_id is used to filter the tag groups.
Enter the list of tag groups IDs that you are searching for.
Enter the list of tag groups IDs that you are searching for.
Response
default response