A valid request URL is required to generate request examples{
"tenantId": 123,
"siteId": 123,
"masterCatalogId": 123,
"catalogId": 123,
"localeCode": "<string>",
"listFullName": "<string>",
"userId": "<string>",
"id": "<string>",
"item": {},
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
}Get an Entity Container for a specific Entity in a ListView on an EntityList
A valid request URL is required to generate request examples{
"tenantId": 123,
"siteId": 123,
"masterCatalogId": 123,
"catalogId": 123,
"localeCode": "<string>",
"listFullName": "<string>",
"userId": "<string>",
"id": "<string>",
"item": {},
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
}JWT Authorization header using the Bearer scheme.
The full name of the EntityList including namespace in name@nameSpace format
The name of the ListView
The unique Entity id
limits which fields are returned in the response body
Success
The metadata and Entity contents for an entity persisted in an EntityList in MZDB. The Item property contains the json representation of the Entity
The localeCode for the Entity. This will only be populated for EntityLists that are created with IsLocaleSpecific set to true.
The nameSpace and name for the EntityList in the format name@nameSpace.
The userId of the shopper account associated with this Entity. This will only be populated for EntityLists that are creaetd with IsShopperSpecific set to true.
The unique identifier for the Entity.
The entity in json format.