Hello,

The ARIS document storage API offers us functionality to get the document metadata and document content:
GET /documents/{id}
GET /documents/{id}/content

Is it possible somehow to check with the API when a document was last modified and which is the latest revision?

Also , using the API, is it possible to download older revision of the document? Let's say the document has 10 revisions, can we pull somehow revision 8?

 or register to reply.

Notify Moderator