...
Action | URI | Method | Request Body | Response Body | Authorization | |
---|---|---|---|---|---|---|
Bulk Delete | /bulkEntityAction/delete | POST | EntityIdList entityIds | BulkEntityBulkEntityResponse | ACCESS_TYPE.DELETE on each entity in the passed entityList | |
Bulk Move | /bulkEntityAction/move | POST |
| EntityIdList entityIds, String destination | BulkEntityBulkEntityResponse | ACCESS_TYPE.UPDATE on each entity in the passed entityList, as well as the destination entity |