{ "opencollection": "1.0.0", "info": { "name": "Freshservice API v2 Agents Changes API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Changes", "type": "folder" }, "items": [ { "info": { "name": "listChanges", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshservice.com/api/v2/changes" } }, { "info": { "name": "createChange", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshservice.com/api/v2/changes", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getChange", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshservice.com/api/v2/changes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateChange", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.freshservice.com/api/v2/changes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteChange", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.freshservice.com/api/v2/changes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }