v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
View

Get All Views

This endpoint retrieves all views within the current organization. You must specify a start and end date with a maximum range of 7 days.<h3>Required Scope</h3>views:read

get/api/v2/views

Query parameters

nextstring

Retrieves the next batch of views. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of views to display per page. A maximum of 1000 is allowed.

filter[start_date]string date required

Filter criteria that returns views from this date on. Format yyyy-mm-dd.

filter[end_date]string date required

Filter criteria that returns views before this date. Format yyyy-mm-dd.

Response

Success