We have a particular Doc type (ie. Purchase Agreement) and would like to bulk add an attribute to all files. Is there a way to get a list of this Document type with the associated file name?
May be via ION API ?
As Denis stated, the API's will be your best bet. The below endpoints allow you search for items by Document Type and attribute values.
the query could look like this:
$xQuery = /Invoice[@M3_Company = "100" AND @M3_Division = "202" AND @M3_IVDT = "2022-09-27"]