Skip to content

List task categories

GET
/api/partners/v1/company/{company_id}/task-categories/

Returns a list of task categories associated with the company

company_id
required
integer

The company id.

Example
12345

Success

Array<object>
object
id

The id of the task category

integer
name

The name of the task category

string

We were unable to authenticate your request with the provided API key.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.

A company with this ID does not exist.

object
error_type
string
CompanyNotFound
message
string
Could not find company with corresponding ID.