get {protocol}://{base-url}/integration/v2/column/
This API allows fetching of multiple columns along with its custom fields. The URL request length is limited to 1800 characters, including reserved characters that will be percent encoded.
Responses
This API allows fetching of multiple columns along with its custom fields. The URL request length is limited to 1800 characters, including reserved characters that will be percent encoded.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/column/?limit=100&skip=0' \
--header 'accept: application/json'