Enterprise Data Catalog REST API Reference > Product Info REST API > Product Information REST APIs Overview
  

Product Information REST APIs Overview

You can use the Product Info API to list the details about Enterprise Data Catalog, which includes release version, build version, and build date.

List Enterprise Data Catalog Details

/data/productInformation
API to list the details about Enterprise Data Catalog which include release version, build version, and build date.
REST API Element
Input Format
Request URL
<CatalogAdmin>:<port>/access/2/catalog/data/productInformation
HTTP Method Type
GET

Response Codes

Code
Reason
200
Listed the details about Enterprise Data Catalog.
400
Missing or invalid parameter
401
Missing credentials
403
User does not have the required access permissions
404
Requested object not found
429
Rate limit for requests encountered

Sample Call Using Curl

curl -X GET "http://<CatalogAdmin>:<port>/access/2/catalog/data/productInformation" -H "accept: application/json"