GET /api/v2/views
Lists shared and personal views available to the current user.
Sideloads
The following sideloads are supported:
Name | Will sideload |
---|---|
app_installation | The app installation that requires each view, if present |
permissions | The permissions for each view |
Pagination
- Cursor pagination (recommended, but only sorts by
created_at
) - Offset pagination
See Pagination.
Returns a maximum of 100 records per page.
Allowed For
- Agents
Servers
- https://{subdomain}.{domain}.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sort_order |
String | No |
One of "asc" or "desc". Defaults to "asc" for alphabetical and position sort, "desc" for all others |
active |
Boolean | No |
Only active views if true, inactive views if false |
access |
String | No |
Only views with given access. May be "personal", "shared", or "account" |
group_id |
Integer | No |
Only views belonging to given group |
sort_by |
String | No |
Possible values are "alphabetical", "created_at", or "updated_at". Defaults to "position" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.