{ "opencollection": "1.0.0", "info": { "name": "Cobalt Applications Datastores API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Datastores", "type": "folder" }, "items": [ { "info": { "name": "Cobalt Get All Config Datastores", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocobalt.io/api/v2/public/datastore", "headers": [ { "name": "linked_account_id", "value": "" } ] }, "docs": "Returns all datastores associated with a configuration." }, { "info": { "name": "Cobalt List Records in Datastore", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocobalt.io/api/v2/public/datastore/:datastore_id/records", "headers": [ { "name": "linked_account_id", "value": "" } ], "params": [ { "name": "datastore_id", "value": "", "type": "path", "description": "The datastore ID." } ] }, "docs": "Returns all records in a specific datastore." }, { "info": { "name": "Cobalt Search Datastore Records", "type": "http" }, "http": { "method": "POST", "url": "https://api.gocobalt.io/api/v2/public/datastore/:datastore_id/search", "headers": [ { "name": "linked_account_id", "value": "" } ], "params": [ { "name": "datastore_id", "value": "", "type": "path", "description": "The datastore ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Searches for records in a specific datastore." } ] } ], "bundled": true }