{ "opencollection": "1.0.0", "info": { "name": "Authorization Administration Logs Service Requests API", "version": "v2.1.1" }, "items": [ { "info": { "name": "Service Requests", "type": "folder" }, "items": [ { "info": { "name": "Get Service Requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.1nce.com/management-api/v1/support", "params": [ { "name": "page", "value": "", "type": "query", "description": "Number index of the requested service request page. Use this parameter to iterate through all service requests on the different pages. The total amount of pages is listed in the response header." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of service requests per page, maximum allowed value is 100." } ] }, "docs": "Get a list of all customer service requests." }, { "info": { "name": "Create Service Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.1nce.com/management-api/v1/support", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new service request towards 1NCE Support." } ] } ], "bundled": true }