Get the active view configurations for an entity. If no active view is set, null is returned. An admin user can only retrieve their own active configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The entity to retrieve its active view configurations (for example, orders).
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.
OK
Additional properties related to the active view configuration.
The details of a view configuration.
Whether the active view configuration is the system default.
The type of the default view configuration if the active view is the system default. It will be system if the active view is the system default, code if no active view is set, or undefined if the active view isn't the system default.
code, system