Gets all the rules for a merchant.Copy Pageget https://api-sandbox.nofrixion.com/api/v1/rulesAuthorization: End user token is required.Query ParamsmerchantIDuuidThe merchant ID to retrieve the rules for.pageint32Defaults to 1The page number from where records are retrieved. Note that the paging starts from page 1. If a 0 is supplied it will be treated as a 1 and the first page is returned.sizeint32Defaults to 20The number of records to be retrieved from a page.sortstringThe field(s) to sort bysearchstringThe search filterarchivedOnlybooleanDefaults to falseIf set to true, returns only archived rulestruefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponse 200Returns a list of the rules for the merchant.Updated 12 days ago