http://IP:8080/datahub-webapp/v1/pools/GLOBAL/items/{RAW/CANONICAL} -- HTTP GET Request. worked for us.
Hi Sagar,
you can find items in REST API for dataHub 6.1.
Anyway, if you want check all raw items http://localhost:8080/datahub-webapp/v1/item-classes/raw/item-types
if you want check rawType attributes http://localhost:8080/datahub-webapp/v1/item-classes/raw/item-types/{RawType}/attributes
if you want check all canonical items http://localhost:8080/datahub-webapp/v1/item-classes/canonical/item-types
if you want check canonicaType attributes http://localhost:8080/datahub-webapp/v1/item-classes/canonical/item-types/{CanonicalType}/attributes
best regards
Add a comment