Add ListView
Create a new ListView definition for a specific EntityList for a specific tenant
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
The full name of the EntityList including namespace in name@nameSpace format
Query Parameters
limits which fields are returned in the response body
Body
The new ListView definition
Indicates a default sort to be applied to the ListView.
The list of ViewFields for this view. ViewFields can be used to filter or transform the underlying Entity to provide an optimized format for applications which query the ListView. If no ViewFields are specified, entities will be returned for the View with no transform applied.
Indicates a implicitly applied filter to the EntityList for to which the ListView is associated. All queries to the ListView will have this filter applied implicitly.
An arbitrary json property to be used by external applications for any purpose. MZDB will persist and retrieve the metadata without any restrictions.
The name of the ListView. This must be unique for the EntityList.
less restrictive than collection/list security. public | admin | owner
Usages are arbitratry sting values used to provide instructions for other applications as to the intended areas where the view should be used. Mozu uses the "admin" usage valued to indicate that a ListView should appear in the EntityManager in the Admin UI. The values are open ended and applications may provide any value for a usage. This field can be used in queries to the EntityList.
Response
OK
Indicates a default sort to be applied to the ListView.
The list of ViewFields for this view. ViewFields can be used to filter or transform the underlying Entity to provide an optimized format for applications which query the ListView. If no ViewFields are specified, entities will be returned for the View with no transform applied.
Indicates a implicitly applied filter to the EntityList for to which the ListView is associated. All queries to the ListView will have this filter applied implicitly.
An arbitrary json property to be used by external applications for any purpose. MZDB will persist and retrieve the metadata without any restrictions.
The name of the ListView. This must be unique for the EntityList.
less restrictive than collection/list security. public | admin | owner
Usages are arbitratry sting values used to provide instructions for other applications as to the intended areas where the view should be used. Mozu uses the "admin" usage valued to indicate that a ListView should appear in the EntityManager in the Admin UI. The values are open ended and applications may provide any value for a usage. This field can be used in queries to the EntityList.

