Entities
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-KeyrequiredAPI key authentication.
Headers
X-Workspace-IdPath Parameters
entity_typerequiredThe entity type (e.g. REQUEST, CHANGE)
Allowed values
REQUESTSERVICE_REQUESTQUESTION_REQUESTINCIDENT_REQUESTINCIDENTPROBLEM_REQUESTPROBLEMUSERSERVICE_ITEMCUSTOM_FORMSURVEYASSETCHANGECHANGE_TEMPLATECUSTOM_OBJECTdisplay_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
Successful response
