cURL
curl --request POST \ --url https://api.example.com/api/DataMaintenance/RecentlyDeletedRecords/Recover \ --header 'Content-Type: application/json' \ --data ' [ { "id": 123, "entityTypeId": 123 } ] '
OK
Was this page helpful?