A valid request URL is required to generate request examples{
"name": "<string>",
"usages": [
"<string>"
],
"metaData": {},
"security": "<string>",
"filter": "<string>",
"defaultSort": "<string>",
"fields": [
{
"name": "<string>",
"type": "<string>",
"target": "<string>"
}
]
}Returns a specific ListView definition for a specific EntityList for a specific tenant
A valid request URL is required to generate request examples{
"name": "<string>",
"usages": [
"<string>"
],
"metaData": {},
"security": "<string>",
"filter": "<string>",
"defaultSort": "<string>",
"fields": [
{
"name": "<string>",
"type": "<string>",
"target": "<string>"
}
]
}JWT Authorization header using the Bearer scheme.
The full name of the EntityList including namespace in name@nameSpace format
The name of the ListView
limits which fields are returned in the response body
Success
The name of the ListView. This must be unique for the EntityList.
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.
An arbitrary json property to be used by external applications for any purpose. MZDB will persist and retrieve the metadata without any restrictions.
less restrictive than collection/list security. public | admin | owner
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.
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.
Show child attributes