Skip to main content
POST
/
api
/
DataMaintenance
/
RecentlyDeletedRecords
/
Recover
Recovers Recently Deleted Records.
curl --request POST \
  --url https://api.example.com/api/DataMaintenance/RecentlyDeletedRecords/Recover \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "id": 123,
    "entityTypeId": 123
  }
]
'

Body

application/json
id
integer<int32>
entityTypeId
integer<int32>

Response

200

OK