Skip to main content

Search orders

GET /orders?q=param1,param2,... HTTP/1.1
Accept: application/vnd.aplazame.v1+json
Authorization: Bearer api_private_key
Host: api.aplazame.com

To search order queryset.

GET https://api.aplazame.com/orders?q=param1,param2,...

Aplazame API allows a list of field names that will be searched whenever a search query with the parameter q is submitted.

Searches will use case-insensitive partial matches. The search parameter may contain multiple search terms, which should be separated by whitespaces and/or commas. If multiple search terms are used, then objects will be returned in the list only if all the provided terms are matched.

Fields

Search by name, email, domain, etc.

GET /orders?q=Alice,@gmail,.es HTTP/1.1
Accept: application/vnd.aplazame.v1+json
Authorization: Bearer api_private_key
Host: api.aplazame.com
ParameterTypeDescription
account-first_nameFirst name
account-last_nameLast name
account-emailEmail