List task categories
GET
/api/partners/v1/company/{company_id}/task-categories/
Returns a list of task categories associated with the company
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” company_id
required
integer
The company id.
Example
12345
Responses
Section titled “ Responses ”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.