Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ActionURIMethodRequest BodyResponse BodyAuthorization
Bulk Delete/deleteEntities/async/startPOSTEntityIdListBulkEntityResponse ACCESS_TYPE.DELETE on each entity in the passed entityList
Bulk Move/moveEntities/async/startPOSTEntityIdList, StringBulkEntityResponseACCESS_TYPE.UPDATE on each entity in the passed entityList, as well as the destination entity

Discussion

  • The web services follow the pattern established by many async table functions in their http method and their URI. EntityIdList is an established object used elsewhere rather than merely using a List<String> or a Set<String>.
  • The name and structure of the response has had comparably less review than the response.
  • It is currently under investigation whether whoever requests the move operation also requires ACCESS_TYPE.UPDATE or other on the parentId in question.