Skip to main content Skip to complementary content
Close announcements banner

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 the related description in Talend Administration Center User Guide.
Request
GET /services/rest/system/models/entities/{entityName}
Parameters
  • entityName: This is a String value which specifies the name of the entity.
Headers
  • Accept: application/json
  • Authorization: Basic Authentication scheme
Response The details of the entity in JSON format.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 403 FORBIDDEN: Missing required permission.
  • 404 NOT FOUND: The resource does not exist, for example, invalid entity name.
  • 500 INTERNAL SERVER ERROR: Other errors.

Sample response

{
  "dataModelId": "Product",
  "entity": "Product"
}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!