Some endpoints provide a choice of views, which are sets of properties to include in API results. All list, item, and hierarchy endpoints have a default view which is used if no specific view is requested.
The default and available views for each endpoint are defined by their view configuration. You can also see the list of views on the API documentation page, if it’s available.
| Parameter | Description |
|---|---|
_view |
The name of a view to return. |
_projection |
A projection string, defined with respect to the requested or default view. |
_withView |
If both a projection and view are given, include the original view in the resulting projection. |