get {protocol}://{base-url}/integration/v2/column//children/
Fetches the children of STRUCT type columns. If the query parameters ids
or paths
are used then the representation is flattened rather than hierarchical.
Responses
Fetches the children of STRUCT type columns. If the query parameters ids
or paths
are used then the representation is flattened rather than hierarchical.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/column/column_id/children/?child_limit=100&child_offset=0' \
--header 'accept: application/json'