{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Services S API", "version": "1.0.0" }, "items": [ { "info": { "name": "Services S", "type": "folder" }, "items": [ { "info": { "name": "GET /services_s", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Services__s" }, "docs": "services records get" }, { "info": { "name": "POST /services_s", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Services__s", "body": { "type": "json", "data": "{}" } }, "docs": "create services api" }, { "info": { "name": "PUT /services_s", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Services__s", "params": [ { "name": "affected_data", "value": "", "type": "query", "description": "adds the affected data in response" } ], "body": { "type": "json", "data": "{}" } }, "docs": "update services api" }, { "info": { "name": "DELETE /services_s", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Services__s", "params": [ { "name": "ids", "value": "", "type": "query", "description": "contains service records id" } ] }, "docs": "services records delete" }, { "info": { "name": "GET /services_s/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Services__s/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path parameter: id" } ] }, "docs": "services record get by id" }, { "info": { "name": "PUT /services_s/{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Services__s/:id", "params": [ { "name": "affected_data", "value": "", "type": "query", "description": "adds the affected data in response" }, { "name": "id", "value": "", "type": "path", "description": "Path parameter: id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "update services api" }, { "info": { "name": "DELETE /services_s/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Services__s/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path parameter: id" } ] }, "docs": "services record delete by id" } ] } ], "bundled": true }