List Vistas
Lists the available vistas.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
created_by
Filters for vistas created by any of these users.
cursor
The cursor to resume iteration from. If not provided, then iteration
starts from the beginning.
flavor
Filters for vistas of specific flavor.
Allowed values:
is_default
Whether the default vistas should be fetched or not.
limit
The maximum number of vistas to return. The default is '50', the
maximum is '100'.
members
Filters for vistas accessible to the input members.
mode
The iteration mode to use, otherwise if not set, then "after" is
used.
Allowed values:
object_type
Filters for vistas of specific object types like works, parts etc.
skip_items
Denotes whether to skip items of vista_group_item in response.
sort_by
Fields to sort the vistas by and the direction to sort them.
state
Denotes the state of the vista group item.
Allowed values:
type
Filters for vistas of the specific type.
Allowed values:
Response
The response to listing the vistas.
vistas
The list of vistas.
next_cursor
The cursor used to iterate subsequent results in accordance to the
sort order. If not set, then no later elements exist.
prev_cursor
The cursor used to iterate preceding results in accordance to the
sort order. If not set, then no prior elements exist.