Retrieve a list of view configurations of an entity. The configurations can be filtered by fields like id. The configurations can also be paginated. An admin user can only retrieve their own configurations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The entity to retrieve its view configurations (for example, orders)
The number of items to skip when retrieving a list.
Limit the number of items returned in the list.
The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with -.
Whether to include deleted records in the result.
Filter by a view configuration ID.
Filter by an entity.
Filter by a view's name.
Filter by the ID of the user who owns the view.
Filter by whether the view is a system default. Whether the view is a system default.
Filter by a view configuration's creation date.
Filter by a view configuration's update date.
Comma-separated fields that should be included in the returned data. If a field is prefixed with + it will be added to the default fields, using - will remove it from the default fields. Without prefix it will replace the entire default fields.
Join query parameters with an AND condition. Each object's content is the same type as the expected query parameters.
Join query parameters with an OR condition. Each object's content is the same type as the expected query parameters.
OK
The list of view configurations.
The maximum number of returned items.
The number of items skipped before retrieving the returned items.
The total number of items.
The list of view configurations.
The estimated count retrieved from the PostgreSQL query planner, which may be inaccurate.