{ "opencollection": "1.0.0", "info": { "name": "Helpcenter BulkImport API", "version": "1.0.0" }, "items": [ { "info": { "name": "BulkImport", "type": "folder" }, "items": [ { "info": { "name": "Get BulkImport Sample Data", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/bulkImport/:bulkImportId/sampleData", "params": [ { "name": "bulkImportId", "value": "", "type": "path" }, { "name": "modules", "value": "", "type": "query", "description": "Api Name of the module to be migrated, Allowed modules are @accounts@, @contacts@, @tickets@, @tasks@, @calls@, @events@, @products@, @articles@ and custom modules" } ] }, "docs": "This API fetches sample data for a bulk import request, including headers and sample records for specified modules." } ] } ], "bundled": true }