Get Deleted records

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • esforim
    replied
    Where does Delete record even get store? I don't see any "archive" or "trash bin" button or menu or field that "that show true".

    Only way I see it is from the Auth Log

    espocrm.com/#ActionHistoryRecord/

    The api would be at:
    espocrm.com/api/v1/AuthLogRecord/

    I tried a couple way to filter deleted=true but keep failing. I couldn't even filter is using "textFilter" which I find to work for other entity such as Contact. For example:
    espocrm.com/api/v1/Contact?textFilter=test
    Last edited by esforim; 08-04-2020, 08:25 AM.

    Leave a comment:


  • Oleksii S.
    started a topic Get Deleted records

    Get Deleted records

    Hello all,
    I need to obtain the list of deleted records through API or whatever UI.
    "Where deleted isTrue" doesn't work.
    Please, help to find a method.
Working...