GET
/
projects
/
{project_id}
/
content
/
search_fields
curl --request GET \
  --url https://api.beyondwords.io/v1/projects/{project_id}/content/search_fields \
  --header 'X-Api-Key: <api-key>'
[
  {
    "key": "title",
    "data_type": "string",
    "conditions": [
      "is_text",
      "is_not_text"
    ],
    "options": [
      "Example title name"
    ]
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

project_id

Response

200 - application/json
successful
key
string

Search field key

data_type
string

Type of field

conditions
string[]

Conditions for search field

options
string[]

Possible options for search field