Retrieve documents from the server, along with details including title, description, and ID. Add the id
parameter to only retrieve details of a specific document. You can only retrieve documents for which you have view or edit permissions.
xxxxxxxxxx
curl --request GET \
--url 'https://alation_domain/integration/v2/document/?folder_id=1&document_hub_id=1&limit=100&skip=0&deleted=false' \
--header 'accept: application/json'