{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Appointments S API", "version": "1.0.0" }, "items": [ { "info": { "name": "Appointments S", "type": "folder" }, "items": [ { "info": { "name": "GET /Appointments__s", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Appointments__s" }, "docs": "appointment records get" }, { "info": { "name": "POST /Appointments__s", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Appointments__s", "body": { "type": "json", "data": "{}" } }, "docs": "appointment module records creation" }, { "info": { "name": "PUT /Appointments__s", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Appointments__s", "body": { "type": "json", "data": "{}" } }, "docs": "appointment module records update" }, { "info": { "name": "DELETE /Appointments__s/{ids}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Appointments__s", "params": [ { "name": "ids", "value": "", "type": "query", "description": "contains appointment record ids , which are going to be deleted" } ] }, "docs": "appointment module record delete" }, { "info": { "name": "GET /Appointments__s/{appointmentId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Appointments__s/:appointmentId", "params": [ { "name": "appointmentId", "value": "", "type": "path", "description": "Path parameter: appointmentId" } ] }, "docs": "appointment mode record get by id" }, { "info": { "name": "PUT /Appointments__s/{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Appointments__s/:appointmentId", "params": [ { "name": "id", "value": "", "type": "query", "description": "holds the appointment id , which is going to be deleted" }, { "name": "appointmentId", "value": "", "type": "path", "description": "Path parameter: appointmentId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "appointment module records update by appointment id" }, { "info": { "name": "DELETE /Appointments__s/id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Appointments__s/:appointmentId", "params": [ { "name": "appointmentId", "value": "", "type": "path", "description": "Path parameter: appointmentId" } ] }, "docs": "appointment module record delete by id" } ] } ], "bundled": true }