AurionAI Docs

Get Choices Tree

GET
/api/v2/custom-fields/{field_id}/choices/tree

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

field_id*Field Id

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/custom-fields/string/choices/tree"
{
  "choices": {},
  "field_id": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}