{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Exports API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "Create dataObject CSV export.", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/Exports/dataObjects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "The file with dataObject will be sent to the user's email." }, { "info": { "name": "Export activities", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/Exports/activities", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Export activities" }, { "info": { "name": "Export activity feed data", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/Exports/activities/data", "params": [ { "name": "scrollId", "value": "", "type": "query", "description": "Cursor for pagination" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Export activity feed data" }, { "info": { "name": "Export activity feed data", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/Exports/activities/data/flexible", "params": [ { "name": "scrollId", "value": "", "type": "query", "description": "Cursor for pagination" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Export activity feed data" }, { "info": { "name": "Export data objects data", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Exports/dataObjects/data", "params": [ { "name": "scrollId", "value": "", "type": "query", "description": "ScrollId which is used for pagination." }, { "name": "updatedAfter", "value": "", "type": "query", "description": "Return records updated after given date" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Export data objects data" } ] } ], "bundled": true }