post https://api.nudgesecurity.io/api/1.0/fields/search
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.nudgesecurity.io/api/1.0/fields/search \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
26}
{
"next_page": 0,
"page": 0,
"per_page": 0,
"prev_page": 0,
"total_pages": 0,
"total_values": 0,
"values": [
{
"allowed_values": [
{
"background_color": "string",
"text_color": "string",
"value": "string"
}
],
"field_type": "TEXT",
"id": 0,
"name": "string",
"scopes": [
"string"
],
"system_defined": true
}
]