Custom field models

GET /api/v1/options/custom-fields

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • 0 string
    • 2 string
    • 3 string
    • 4 string
GET /api/v1/options/custom-fields
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/options/custom-fields' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "0": "client",
  "2": "case",
  "3": "plan",
  "4": "task"
}