Export view data using API
I have the requirement of exporting the data we have in a view. I was trying using the API but it doesn't seem to have a method to get that. The only one is https://aodocs.altirnao.com/api/view/v1/libraries/{libraryId}/views/{viewId} but it only gets the metadata of the view. Have you managed to get the data using the API or any other tool programmatically?
Comments
Hi Andres, from the API, you're looking at search.search.searchDocumentsByView.
From the user interface, the new View page lets you export the full content of the view to a spreadsheet.
Please sign in to leave a comment.