Entity Management
Bulk Restoring Entities
Use this API to restore multiple deleted Entities at once. This endpoint accepts an array of Entity UUIDs and restores all of them that were previously deleted.
post/v1/projects/{projectId}/datasets/{name}/entities/bulk-restore
Path parameters
projectIdnumber required
The numeric ID of the Project
namestring required
Name of the Dataset
Request body
Response
Success
Example response
{
"success": true
}