Attach attributes to multiple entities (bulk)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
entities
array of objects
required
length ≥ 1

Entities to tag, grouped by type and property: a list of { ids, type, propertyId } groups. Each group binds its ids to one type and one property, so a group's ids are only tagged as that type. The total number of ids across all groups must not exceed 500, and entities x attributeIds must not exceed 5000 (both enforced in the handler).

entities*
ids
array of strings
required
length ≥ 1
ids*
string
enum
required
Allowed:
string
required
^\d+$

Property the tags in this group belong to. Carried per group rather than taken from the x-property-id header so one request can span several properties; each group is authorized independently against the caller property ids.

attributeIds
array of strings
required
length ≥ 1

Attributes applied to every entity in every group.

attributeIds*
Headers
string
required

Property ID(s) - comma-separated list

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json