/v3/entities

Mount Point: /api/v3/v3/entities

GET

Parameters

name description type default
query (no documentation provided) query
ids (no documentation provided) query
limit (no documentation provided) query 100
offset (no documentation provided) query 0

Response Body

element: (custom)

A Collection of Entity instances that match the specified query.

POST

Updates user-editable properties of an entity (aka business metadata).

Note that all editable properties will be overwritten with the given metadata. If tags or properties are left out, they will remain as they were.

This method is not recommended for bulk updates.

Request Body:

Request Body

element: (custom)

The source ID, parentPath, and updated properties.

Response Body

element: (custom)

The updated entity.