...
Action | URI | Method | Request Params | Request Body | Response Body | Authorization |
---|---|---|---|---|---|---|
Bulk Delete | /bulkEntityAction/delete | POST | List<String> entityIds | BulkDeleteRequestBulkDelete | BulkEntityResponseBulkEntity | ACCESS_TYPE.DELETE on each entity in the passed entityList |
Bulk Move | /bulkEntityAction/move | POST | List<String> entityIds, String destination | BulkMoveRequestBulkMove | BulkEntityResponseBulkEntity | ACCESS_TYPE.UPDATE on each entity in the passed entityList, as well as the destination entity |