Returns categories for the company, each with its labels, filtered by which entity type those categories apply to (users, projects, or tasks). Names are returned in the authenticated user’s language.
Use model to choose the taxonomy: user for user/operation labels, project for project labels, and task for task labels. Any other value yields a validation error.
Documentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Entity type whose category/label tree to return: user (user labels), project (project labels), task (task labels).
user, project, task When true (default), only categories with is_filterable set are returned. Use false to include categories that are not marked filterable.