{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Import API", "version": "1.0.0" }, "items": [ { "info": { "name": "Import", "type": "folder" }, "items": [ { "info": { "name": "Get Import Mappings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/importMappings", "body": { "type": "json", "data": "{}" } }, "docs": "This API fetches entity id's for given external ids your help desk portal." }, { "info": { "name": "Get Import", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/imports/:importId", "params": [ { "name": "importId", "value": "", "type": "path" } ] }, "docs": "This API fetches a single import info from your help desk portal." }, { "info": { "name": "Create Import", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/imports", "body": { "type": "json", "data": "{}" } }, "docs": "This API add a import entry under a given scope in your help desk portal." } ] } ], "bundled": true }