Skip to main content

List work types

GET 

/api/v1/work_types

Lists the work types (job type categories) available to the authenticated company: the shared global catalog (rows with no owning company) plus the company's own company-specific entries. Returns every matching work type as a flat JSON array (not paginated); the endpoint accepts no filter, pagination, or ordering parameters, and the query is unordered, so result order is not guaranteed.

Required scope:

work_types:read

Responses

Success