Skip to main content
GET
/
api
/
DataMaintenance
/
RecentlyDeletedRecords
List Recently Deleted Records.
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
  }
]

Response

200 - application/json

OK

id
integer<int32>
name
string | null
recordType
string | null
deletedDate
string<date-time>
deletedBy
string | null
selected
boolean
entityTypeID
integer<int32>