List Custom Field
List Custom Field
Path Parameters
domain string required
Entity Domain
Query Parameters
filters string[]
search string
Responses
- 200
- 400
- 401
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
id string
is_active boolean
is_required boolean
key string
name string
order integer
type string
{
"data": [
{
"id": "string",
"is_active": true,
"is_required": true,
"key": "string",
"name": "string",
"order": 0,
"type": "string"
}
]
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Loading...