Search sets
Search for one or many sets given a search query.
#
HTTP Request#
URL ParametersNone
#
Body ParametersNone
#
Query ParametersAll query parameters are optional.
Parameter | Description | Default Value |
---|---|---|
q | The search query. Examples can be found below. | |
page | The page of data to access. | 1 |
pageSize | The maximum amount of cards to return. | 250 (max of 250) |
orderBy | The field(s) to order the results by. Examples can be found below. | |
select | A comma delimited list of fields to return in the response (ex. ?select=id,name). By default, all fields are returned if this query parameter is not used. |
Look at the /cards endpoint for more details on the advanced query syntax.
#
Code Samples- Python
- Ruby
- Javascript
- cURL