Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

ReportExecuteQueriesRequest.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

com.ultracart.admin.v2.Model.ReportExecuteQueriesRequest

Properties

Name Type Description Notes
ClientUuid string Unique UUID assigned to this client during the auth. This will be used to locate the websocket connect id. [optional]
ConnectionId string The websocket connection id that should receive back notices of query completion. [optional]
DefaultDatasetId string [optional]
DefaultProjectId string [optional]
MerchantId string [optional]
Queries List<ReportDataSetQuery> An array of queries that we want the lambda function to execute. [optional]
RequestDts string Date/Time of the client submitted the request. Can be used to resolve out of order query completion results [optional]
SecurityLevel string Security level to execute report under [optional]

[Back to Model list] [Back to API list] [Back to README]