Get All Deals

Query Params
string
enum
Defaults to asc

Returns results ascending or descending

Allowed:
string
enum
Defaults to 25

Controls the number of records returned in a single request. If no value is provided we'll attempt to return all results in a single response. (Note that if the response exceeds 512mb, the request will fail. Try reducing the pageSize value and if necessary, paginate through responses).

string

Any positive integer value. If a request contains more records than the pageSize allows to be returned, then the page parameter may be used to paginate through a large reponse. For example, if a request contains 100 records and your pageSize is 25, then by providing a page value of 4, you can access records # 76 - 100.

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