> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Object Relationship

Create a relationship between a source object and one or more destination objects.
**Note** that the destination objects must be from the same collection.

<Note>
  External Documentation

  To learn more, visit the [ThreatQuotient documentation](https://docs.threatq.com/rest_api#tag/Object-Relationships/paths/~1%7Bsrc_object_collection%7D~1%7Bsrc_object_id%7D~1%7Bdest_object_collection%7D/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                              |
  | ----------------------- | -------------------------------------------------------------------------------------------------------- |
  | Destination Object IDs  | A comma separated list of the destination objects. The IDs can be obtained by the `List Objects` action. |
  | Destination Object Type | The type of the destination object.                                                                      |
  | Source Object ID        | The ID of the source object.                                                                             |
  | Source Object Type      | The type of the source object.                                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 2,
	"data": [
		{
			"id": 54,
			"point_of_contact": null,
			"value": "<string>",
			"status_id": null,
			"type_id": null,
			"contact_information": null,
			"created_at": "2025-04-01 21:57:53",
			"updated_at": "2025-04-01 21:57:53",
			"description": "<string>",
			"touched_at": "2025-04-01 21:57:57",
			"object_id": 6,
			"object_code": "<string>",
			"object_name": "<string>",
			"object_name_plural": "<string>",
			"pivot": {
				"id": 198435,
				"created_at": "2025-04-01 21:57:57",
				"updated_at": "2025-04-01 21:57:57"
			}
		}
	]
}
```

## Workflow Library Example

[Create Object Relationship with Threatquotient and Send Results Via Email](https://library.blinkops.com/workflows/create-object-relationship-with-threatquotient-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-object-relationship-with-threatquotient-and-send-results-via-email/canvas" />
</div>
