{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths clients API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "clients", "type": "folder" }, "items": [ { "info": { "name": "ListClients", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/clients/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "paging param" }, { "name": "offset", "value": "", "type": "query", "description": "paging param" }, { "name": "q", "value": "", "type": "query", "description": "query param of search" }, { "name": "sort", "value": "", "type": "query", "description": "sort param of search" }, { "name": "client_group_id", "value": "", "type": "query", "description": "client group id" } ] }, "docs": "List clients" }, { "info": { "name": "GetClient", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/clients/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "client id" } ] }, "docs": "Get client" } ] } ], "bundled": true }