{ "opencollection": "1.0.0", "info": { "name": "Board Foresight API - V1 Alert DataIntegration API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ApiKey", "value": "{{ApiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "DataIntegration", "type": "folder" }, "items": [ { "info": { "name": "GET /clientdimensions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/clientdimensions", "params": [ { "name": "request", "value": "", "type": "query" } ] }, "docs": "The complete list of client dimension groups available for data import. Contains dimension and hierarchy information" }, { "info": { "name": "POST /importclientdata/{ClientDimensionGroupId}/{ShouldDeleteExistingRecords}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/importclientdata/:ClientDimensionGroupId/:ShouldDeleteExistingRecords", "params": [ { "name": "ShouldDeleteExistingRecords", "value": "", "type": "path" }, { "name": "ShouldReplaceRecordIfExists", "value": "", "type": "query" }, { "name": "ClientDimensionGroupId", "value": "", "type": "path" }, { "name": "InlineData", "value": "", "type": "query" } ] }, "docs": "Imports a client data file into the system. The file should be posted as part of a 'multipart/form-data'-encoded request. Only one file may be posted per request.\r\n The file should contain all the fields described in the mapping of client dimension group it contains data for, in addition to 'date', 'measure' and 'value' fields." }, { "info": { "name": "POST /validateclientdata/{ClientDimensionGroupId}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/validateclientdata/:ClientDimensionGroupId", "params": [ { "name": "ShouldDeleteExistingRecords", "value": "", "type": "query" }, { "name": "ShouldReplaceRecordIfExists", "value": "", "type": "query" }, { "name": "ClientDimensionGroupId", "value": "", "type": "path" }, { "name": "InlineData", "value": "", "type": "query" } ] }, "docs": "Validates a client data file against a client dimension group. The file should be posted as part of a 'multipart/form-data'-encoded request. Only one file may be posted per request.\r\n The file should contain all the fields described in the mapping of client dimension group it contains data for, in addition to 'date', 'measure' and 'value' fields." } ] } ], "bundled": true }