Get details of an entity by its name
Gets details of an entity by its name, including the ID (name) of the data model in which the entity is created.
Information noteNote: Only the Super Admin type users with the
administration role have access to this API. For more information about MDM user
types, see MDM user types and system roles.
Request |
|
Parameters |
|
Headers |
|
Response | The details of the entity in JSON format. |
Status |
|
Sample response
{
"dataModelId": "Product",
"entity": "Product"
}