Deltastream
post
Submit one statement for execution.
Authorizations
Body
attachmentsstring · binary[]Optional
Responses
200
Statement successfully executed.
application/json
202
Statement execution is in progress. Use GET /statements/{statementID} to poll for status.
application/json
400
Server cannot process the request due to a client error (malformed request syntax, invalid request message etc).
application/json
403
Server cannot process the request due to invalid token.
application/json
404
Requested REST endpoint is not valid.
application/json
408
Request execution was cancelled because it exceeded the timeout value
application/json
500
Internal server error.
application/json
503
Service is temporarily unavailable
application/json
post
get
Lookup the status of a statement.
Authorizations
Path parameters
statementIDstring · uuidRequired
Query parameters
sessionIDstringOptional
partitionIDinteger · int32Optional
timezonestringOptionalExample:
America/New_York
Responses
200
Statement successfully executed.
application/json
202
Statement execution is in progress. Use GET /statements/{statementID} to poll for status.
application/json
400
Server cannot process the request due to a client error (malformed request syntax, invalid request message etc).
application/json
403
Server cannot process the request due to invalid token.
application/json
404
Requested REST endpoint is not valid.
application/json
408
Request execution was cancelled because it exceeded the timeout value
application/json
500
Internal server error.
application/json
503
Service is temporarily unavailable
application/json
get
get
Returns the server version
Authorizations
Responses
200
server version
application/json
403
Server cannot process the request due to invalid token.
application/json
500
Internal server error.
application/json
503
Service is temporarily unavailable
application/json
get
get
Download a resource
Authorizations
Path parameters
resourceTypestring · enumRequiredPossible values:
organizationIDstring · uuidRequired
resourceNamestringRequired
Responses
200
Download file
application/octet-stream
Responsestring · bytes
400
Server cannot process the request due to a client error (malformed request syntax, invalid request message etc).
application/json
403
Server cannot process the request due to invalid token.
application/json
404
Requested REST endpoint is not valid.
application/json
408
Request execution was cancelled because it exceeded the timeout value
application/json
500
Internal server error.
application/json
503
Service is temporarily unavailable
application/json
get