Link multiple entities at once
POST https://{tenant}.atomicwork.com/api/v1/entities/{entity_type}/{display_id}/links
Creates multiple relationships between the source entity and target entities. Each link can be a different relationship type and direction.
Authorization
X-Api-KeyrequiredHeaders
X-Workspace-IdPath Parameters
entity_typerequiredThe entity type (e.g. REQUEST, CHANGE)
display_idrequiredThe display ID of the source entity (e.g. REQ-123, CHG-456)
Body
reference_keyrequiredReference key of the relationship (e.g., "relates", "blocks", "causes", or "implicit_causes")
entitiesrequiredList of entity groups to link, each specifying a target entity type and its display IDs
Response
200application/json
Successful response