Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by column "Count" for values that are greater than the value 5.
[{"column": "Count", "operator": "GREATER_THAN", "values": ["4"]}]Filter by column "Date" for values between the following dates: "2020-01-15" and "2020-01-21".
[{"column":"Date","operand":"BETWEEN","values":["2020-01-15","2020-01-21"]}]Filter by column "State" for values that are one of the following: "California", "New York", or "Ohio".
[{"column":"State","operand":"IN","values":["California", "New York", "Ohio"]}]A list of embed authorization objects
The amount of minutes the session will be valid for. If a value is not specified here and a customer has specified a customer session idle length, then that number will be used instead. If a customer has not specified a session idle length, then a default value of 8 hours is used. The value specified here in the api cannot be greater than the customer sessions idle length if one has been set or if one hasn't been set, the value cannot be greater than the default value of 8 hours.
Returns a DataSet object when successful. The returned object will have DataSet attributes based on the information that was provided when DataSet was created from the Stream created.