Returns project label categories and available labels for the company (same shape as grouped categories for the project entity type), plus the labels currently assigned to the given project in selected.
Use GET /categories/labels-model?model=project for a simpler category tree without per-project selection. To assign or remove labels on a project, use PUT /projects/{project_id} with a labels array.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project ID. Must belong to the authenticated user's company.
Pagination page number. Set to false (the default) to disable pagination.
Page size when pagination is enabled.
JSON object as a string (must be valid JSON) for sort criteria passed to the label query.
JSON object as a string (must be valid JSON) with filter criteria for the grouped labels query (e.g. ids, name, limit).