List Vistas Groups (POST)
Lists the available vista group items.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
type
Filters for vista group items of the specific type.
Allowed values:
ancestor_part
Filters for vista group items which have one of the parts linked as
its ancestor part or primary part.
applies_to_part
The filter for applies to part.
created_by
Filter for vistas group item created by any of these users.
created_date
Provides ways to specify date ranges on objects.
cursor
The cursor to resume iteration from. If not provided, then
iteration starts from the beginning.
end_date
Provides ways to specify date ranges on objects.
group_object_type
Filters for vista group items of the specific group object type.
Allowed values:
limit
The request to get information about a list of vista groups.
mode
The iteration mode to use. If “after”, then entries after the provided cursor will be returned, or if no cursor is provided, then from the beginning. If “before”, then entries before the provided cursor will be returned, or if no cursor is provided, then from the end. Entries will always be returned in the specified sort-by order.
Allowed values:
modified_date
Provides ways to specify date ranges on objects.
parent_id
Parent ID of the vista group item.
sort_by
Comma-separated fields to sort the objects by.
start_date
Provides ways to specify date ranges on objects.
state
Denotes the state of the vista group item.
Allowed values:
Response
The response to listing the vistas group items.
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.
vista_group
List of vista group items.