Get Intersections Values

Returns intersection values from a data model that match all the given filters (if any), in either JSON or CSV format. The following parameters let you specify the data model you'd like to retrieve intersection values from, the format of the response, the max number of the intersections to return, an afterKey used for paginating large datasets, and a filter object to specify the Vena members you'd like to retrieve data from.

Path Params
string
required

ID of the data model

Query Params
string of objects

List of filters to restrict the result set

int32
0 to 100000
Defaults to 5000

Number of records to return per page, the maximum value is 100000

string

Pagination parameter key

Headers
string
enum
Defaults to application/json

Response media type

Allowed:
Responses

401

Invalid authentication credentials

406

Invalid Accept header

429

Too many requests, please try again later

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Choose an example:
application/json
text/csv
text/plain