📄️ displayonly Parameter
The displayonly parameter is used for when you want only a specific selection of columns to be returned. e.g. only returning the name of each card
📄️ Pagnation Parameters (page and pagesize)
The pagnations parameters are used in conjunction with a fetching parameter (search, fuzzy, etc)to break up large responses into smaller portions. e.g. if your search clause returned 2000 cards, you can use pagnation parameters to break it up into 20 requests of 100 cards each.
📄️ Search Parameter
The search parameter is the most complex and most powerful parameter avaliable; It allows for very specific and precise filtering of cards based off one or many of thier given traits. It also allows for searching for numbers within a range, OR & AND expressions, and order of operations using parerthesis.
📄️ Sorting Parameters (orderby and sortdirection)
The sorting parameters are used to adjust the order in which cards are returned to you in a response. You are able to specify which column you want the order to sort by, and in which direcrtion it should sort them in (Ascending/Descending). For example, you could sort the response by the ink cost of the cards in descending order.
📄️ Strict Parameter
The strict parameter is used for when you have the exact name match of one or more cards.