v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get All Job Category

get/jobs/category

Query parameters

sort'ASC' | 'DESC'
sort_by'display_order' | 'created_at'
filter.keywordstring
filter.category_uidstring
populate_statusesboolean

Response

200

typestring

Example response

{
  "type": "success",
  "data": [
    {
      "category_name": "Installation",
      "category_uid": "c506e890-015e-11eb-99a8-e7fcc50f879e",
      "created_at": "2020-09-28T07:46:50.905Z",
      "updated_at": "2024-02-15T05:17:12.069Z",
      "category_color": "#e67e22",
      "estimated_duration": {
        "hours": 3
      }
    }
  ]
}