/rest/variants

Query and filter variants

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 25

The maximum number of results to return

integer
≥ 0
Defaults to 0

The offset value of the result set

string

Can be specified multiple times. Takes the form: [columnName]::[sortDirection], where sortDirection is either asc for ascending or desc for descending.

string

Can be specified multiple times. Each parameter takes the form [columnName]::[operatorSymbol]::[operand], where the operand is either a string or a number, depending on the column data type, and the operator symbol is one of the following:

String Operands

  • Equals =
  • Not equal !=
  • Begins with ^=
  • Ends with $=
  • Contains (=
  • Does not contain !(=

Numerical Operands

  • Equals =
  • Not equal !=
  • Less than <
  • Less than or equal to <=
  • Greater than >
  • Greater than or equal to >=
Responses
200

Successfully returns variant data

401

User not authenticated

403

User not authorized

404

No resources found

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!