Service Types

For more details about what service types are, please refer to the help article.

The service type object represents one category or type for a service your company offers. This categorization helps in organizing your workflows, time tracking and analyzing profitability.

Following diagram shows service types in our data hierarchy:

PersonServiceTypeServiceTypeAssignment

Attributes

archived_at string
Response

Timestamp when this service type was archived, or null if active.

assignees array of person
Response

Array of people assigned to this service type.

id integer
Parameter `filter`

The unique identifier of this service type.

name string
Response Request Parameter `filter`

The name of this service type.

organization organization
Response

The organization this service type belongs to.

person_id integer
Parameter `filter`

ID of the person used to filter service types by assignee.

query string
Parameter `filter`

A search query string used to filter service types by name.

status integer
Parameter `filter` Enum

The archival status of this service type: active or archived.

Enum Values (2 values)

  • 1
  • 2