Retrieve searchabilities

šŸ” This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: searchabilities(r).

Retrieve all searchabilities.

Query Params
string
required
length between 1 and 100

The key of the index to use.

string
length between 1 and 100

The section of the index to use. Defaults to Products.

integer
1 to 1000
Defaults to 20

The number of results per page to return.

integer
≄ 1

The page of results to return.

integer
≄ 0

The number of results to skip from the beginning. Cannot be used together with page.

string
enum

The criteria by which searchability configurations should be sorted.

Allowed:
string
enum
Defaults to ascending

The sort order by which searchability configurations should be sorted. Only valid when used in conjunction with sort_by.

Allowed:
enum
Defaults to and

Specified whether filters should be ANDed or ORed.

Allowed:
string
length between 1 and 100

The ID of the client and version that the request is coming from, such as cio-js-2.90.

boolean

Specifies whether the searchability is exact_searchable.

boolean

Specifies whether the searchability is fuzzy_searchable.

boolean

Specifies whether the field is displayable.

string
length ≤ 300

Name of searchability field to filter for. Supports exact matching (name=value) and substring matching (name=*value, value* or *value*).

Responses

400

Validation Error

401

Credentials are not passed or action is forbidden.

403

The supplied token does not have the required permissions.

404

Not Found

429

Rate limit breached

Language
Credentials
:
Response
Choose an example:
application/json