{ "opencollection": "1.0.0", "info": { "name": "Freshservice API v2 Agents Assets API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "listAssets", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshservice.com/api/v2/assets" } }, { "info": { "name": "createAsset", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshservice.com/api/v2/assets", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getAsset", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshservice.com/api/v2/assets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateAsset", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.freshservice.com/api/v2/assets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteAsset", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.freshservice.com/api/v2/assets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }