Get details of a view by its name
Gets details of a view by the specified name, including the view name, description, data model ID (name), viewable business elements, searchable business elements, etc.
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 the related description in
Talend Administration Center User Guide.
Request |
|
Parameters |
|
Headers |
|
Response | The details of the view in JSON format. |
Status |
|
Sample response
{
"name": "Browse_items_Product#Stores",
"description": "[FR:Produit avec Magasins][EN:Product with Stores]",
"dataModelId": "Product",
"sortField": "",
"isAsc": false,
"isTransformerActive": false,
"customForm": "",
"viewableBusinessElements": [
"Product/Id",
"Product/Name",
"Product/Description",
"Product/Availability",
"Product/Price",
"Product/Family",
"Store/Address"
],
"searchableBusinessElements": [
"Product",
"Product/Id",
"Product/Name",
"Product/Description",
"Product/Price",
"Product/Family",
"Store/Address"
],
"whereConditions": [
{
"leftPath": "Product/Stores/Store",
"operator": "JOINS",
"rightValueOrPath": "Store/Id",
"spellCheck": "false",
"stringPredicate": "NONE"
}
]
}