{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Assets API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "List all assets", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/assets", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page (max 100)." } ] }, "docs": "Retrieves a paginated list of all IT assets tracked in the service desk including hardware, software, and other resources." }, { "info": { "name": "Create an asset", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshcaller.com/api/v1/assets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IT asset record in the service desk." }, { "info": { "name": "View an asset", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/assets/:asset_id", "params": [ { "name": "asset_id", "value": "", "type": "path", "description": "The display ID of the asset." } ] }, "docs": "Retrieves the details of a specific IT asset by its display ID." }, { "info": { "name": "Update an asset", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.freshcaller.com/api/v1/assets/:asset_id", "params": [ { "name": "asset_id", "value": "", "type": "path", "description": "The display ID of the asset." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of an existing IT asset." }, { "info": { "name": "Delete an asset", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.freshcaller.com/api/v1/assets/:asset_id", "params": [ { "name": "asset_id", "value": "", "type": "path", "description": "The display ID of the asset." } ] }, "docs": "Permanently deletes an IT asset from the service desk." } ] } ], "bundled": true }