cURL
curl --request GET \ --url https://api.example.com/api/DataMaintenance/RecentlyDeletedRecords
[ { "id": 123, "name": "<string>", "recordType": "<string>", "deletedDate": "2023-11-07T05:31:56Z", "deletedBy": "<string>", "selected": true, "entityTypeID": 123 } ]
OK
Was this page helpful?