Last updated 4 months ago
Returns the server version
GET /version HTTP/1.1 Host: api.deltastream.io Accept: */*
server version
{ "major": 1, "minor": 1, "patch": 1 }
Copy a resource
function_source
descriptor_source
GET /copy/{resource_type}/{org_id}/{resource_name} HTTP/1.1 Host: api.deltastream.io Accept: */*
Success
text
Run a statement
POST /run-statement HTTP/1.1 Host: api.deltastream.io Content-Type: multipart/form-data Accept: */* Content-Length: 120 { "orgID": "text", "databaseName": "text", "schemaName": "text", "storeName": "text", "statement": "text", "attachment": [ "binary" ] }
[ { "id": "text", "secret": "text", "data": [ {} ], "action": "unknown", "target": "organization" } ]