Hello Community,
I am trying to retrieve ADS Document information (Name, File Type, Status, Last Updated, etc.) using an ARIS Script.
Currently, I am only able to access the following properties: Document Name, Owner, Revision, and Content Methods.
Could someone please guide me on how to retrieve additional details such as File Type, Status, and Last Updated for ADS documents?
Thank you in advance.

Luka Jelavić Šako on
Hi,
I think there are no methods to retrieve Status or Last Updated from ARIS report, but the File Type could be determined by the file extension.
ADSDocumentMetaInfo class has method getFileName() which returns the full name of the file containing the file extension.
By splitting the string by "." you can get the extension.
Best regards,
Luka.