Meta API: Entity groups Methods

Name Method / Path / Description
get GET /entity-groups/{group}
Retrieves information about the specified entity group including its tags.
list GET /entity-groups
Retrieves a list of entity groups.
update PATCH /entity-groups/{group}
Updates fields and tags of the specified entity group.
create or replace PUT /entity-groups/{group}
Creates an entity group with specified fields and tags or replaces the fields and tags of an existing entity group.
delete DELETE /entity-groups/{group}
Deletes the specified entity group.
get entities GET /entity-groups/{group}/entities
Retrieves a list of entities that are members of the specified entity group and are matching the specified filter conditions.
add entities POST /entity-groups/{group}/entities/add
Adds entities as members to the specified entity group.
set entities POST /entity-groups/{group}/entities/set
Sets members of the entity group from the specified entity list.
delete entities POST /entity-groups/{group}/entities/delete
Removes specified entities from members of the specified entity group.