The “boards” rest API returns a number of attributes including “createdAt”, “createdBy”, “modifiedAt”, and “modifiedBy”. Is there a way to get the “last_opened” attributes? One can sort the results by “last_opened” date, but the details on the “last_opened” event are not returned e.g., “lastopenedAt” and “lastopenedBy”.
I am building a solution to delete boards that have not been used within a set time period. I would like to include both the last opened and last modified dates into my deletion criteria.