Time trackable models

GET /api/v1/options/time-trackable

Responses

  • 200 application/json
GET /api/v1/options/time-trackable
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/options/time-trackable' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  "client",
  "board_task",
  "case",
  "circle",
  "firm",
  "task"
]