Query a Property

This process provides the list of Properties connected to the merchant, with their property IDs.
Depending on the request, you can get all the Property information, or a minimum set of parameters.

We recommend that you first review the guide for this method.

Query Params
boolean
Defaults to false

Determine what to send in response. false: minimum data. true: maximum data.

int32
Defaults to 100

Number of items returned

int32
Defaults to 0

The items returned will start at {start} number, zero-based

string

Property status. Status can be: -1 for PendingSendInvitation, -2 for Pending user activation, 1 for Activated, -10 for Closed

string

Property name. Will pull the list of Properties, starting with the string.

string
required

Creation date from. Format: YYYY-MM-DDTHH:MM:SS, ISO 8601 format.

string
required

Creation date to. Format: YYYY-MM-DDTHH:MM:SS, ISO 8601 format

string

Updated date from. Format: YYYY-MM-DDTHH:MM:SS, ISO 8601 format.

string

Updated date to. Format: YYYY-MM-DDTHH:MM:SS, ISO 8601 format.

string

The Property's country location, taken from property information. Country code is 2 digits ISO 3166-2. See here the country list.

string

The Property's city. Will pull the list of Properties, with the city starting the string.

Headers
string
required

The authorization mechanism for this method is with the API key in the format of APIKEY {value}.
For example, APIKEY bd3ce883352e42539a2b7644f72e6311.

Responses

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