API Reference

Searches for replacement rules based on the specified query parameters.

Filter: Use filter by specifying property names as parameters e.g. status=1 or status=3.
The filter also supports comparison operators e.g. type=ne:1. The available operators:

  • ne (not equal)
  • gt (greater than)
  • ge (greater than or equal)
  • lt (less than)
  • le (less than or equal)
Log in to see full request history
Query Params
string

Specifies the sort parameters with a property name followed by underscore sign "_" and the direction "asc" or "desc".
Multiple properties can be used for sorting by separating them with a comma.

string

Specifies the search query.

int32
1 to 100

Specifies the page size. The maximum is 100.

int32
1 to 2147483647

Specifies the page number.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json