Versions Compared

Key

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

...

In order to prevent the perception of data loss, we need to provide a consistent service for listing the children of a container before we change the query service to be eventually consistent.

New API

Object Models

EntityChildrenRequest
String parentId
List<EntityType> includeTypes
Enum{NAME,CREATED_ON} sortBy
Enum{ASC,DESC} sortDirection
EntityChildrenReponse
List<EntityHeader> page
String nextPageToken


REST call

Response BodyURIRequest Body
EntityChildrenReponse/entity/{entity_id}/childrenEntityChildrenRequest