201Successful Response
Schema: BulkEntityTagsResponse
itemsobjectMapping of entity UUID -> tags attached to it. Entities with no tags are omitted.
/api/v1/entity-tags/batchFetch tags for many entities of the same type in a single request. Returns a mapping of entity id -> its tags; entities with no tags are omitted. Replaces per-row GET /entity-tags/{model_type}/{model_id} calls to avoid request fan-out (and the edge rate limiting it causes).
Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.
Schema: BulkEntityTagsRequest
model_typestringrequiredType of entity (transaction, invoice, bill, etc.)
model_idsarray · stringrequiredEntity UUIDs to fetch tags for (typically the visible page).
Schema: BulkEntityTagsResponse
itemsobjectMapping of entity UUID -> tags attached to it. Entities with no tags are omitted.
Schema: HTTPValidationError
detailarray · ValidationErrorValidationErrorlocarray · string | integerrequiredmsgstringrequiredtypestringrequiredinputobjectctxobject