{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Criteria Templates API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Criteria Templates", "type": "folder" }, "items": [ { "info": { "name": "List Criteria Templates", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/criteria-templates", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "The maximum number of items to include per page. The last page of a collection may include fewer items." }, { "name": "page[number]", "value": "", "type": "query", "description": "Determines which page of the entities to retrieve." }, { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of criteria templates." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of criteria templates. Supported sort attributes are:\n - `display_name`\n - `name`\n\nDefault sort is `display_name` in ascending order.\n" } ] }, "docs": "Returns a paginated collection of criteria templates." } ] } ], "bundled": true }