# Information

# GET Get Hierarchy

# /data-catalog/api/information/hierarchy

# Description

Get hierarchy contents from latest metadata file for the specified connectionId.

# Parameters

Name Located in Description Required Schema
ConnectionId query Connection Id Yes string

# Responses

Code Description Schema
200 Success Hierarchy json
400 Bad Request. Something wrong with request body.
401 Not Authorized. Either the Access token is missing or the access token validation failed ServiceErrors
403 Access Forbidden. Requesting entity does not have enough permissions to access the resource ServiceErrors
404 Not found. One or more resources were not found
500 Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors ServiceErrors

# GET GET Attributes

# /data-catalog/api/information/attributes

# Description

Get attributes list from latest metadata file for the specified nodeId and connectionId.

# Parameters

Name Located in Description Required Schema
ConnectionId query Connection Id Yes string
NodeId query Connection Id Yes string

# Responses

Code Description Schema
200 Success Hierarchy json
400 Bad Request. Something wrong with request body.
401 Not Authorized. Either the Access token is missing or the access token validation failed ServiceErrors
403 Access Forbidden. Requesting entity does not have enough permissions to access the resource ServiceErrors
404 Not found. One or more resources were not found
500 Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors ServiceErrors
Last updated: 5/5/2025, 4:46:50 AM
Feedback