Skip to content

Batch get entities

Request

Retrieves multiple entities by their resource names.

Security
oauth2_client_credentials or oauth2_authorization_code
Query
namesArray of strings, [ 1 .. 100 ] items(names)required

Required. The resource names of the entities to retrieve. Format: entities/{entity} A maximum of 100 entities can be retrieved in a batch.

curl -i -X GET \
  'https://docs.bndry.net/_mock/apis/openapi/v1alpha/entities:batchGet?names=entities%2Fjohn-smith-001' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
entitiesArray of objects(entities)

The entities requested, in the same order as the names in the request.

Response
{ "entities": [ {} ] }