buyerID | string | ID of the buyer. | --- |
search | string | Word or phrase to search for. | --- |
searchOn | array | Comma-delimited list of fields to search on. | ID, Name, Description, RuleExpression |
sortBy | array | Comma-delimited list of fields to sort by. | Name, ID, ApprovingGroupID, RuleExpression, !Name, !ID, !ApprovingGroupID, !RuleExpression |
page | integer | Page of results to return. Default: 1 | --- |
pageSize | integer | Number of results to return per page. Default: 20, max: 100. | --- |
filters | object | Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or 'xp.???' | --- |