---
title: "Get one organization relationship"
method: GET
path: "/organizationRelationships/{id}"
tags: ["OrganizationRelationships"]
---

# Get one organization relationship

`GET /organizationRelationships/{id}`

Finds and returns an organization relationship from its ID.

## Path parameters

- `id` integer, required

## Query parameters

- `org_id` integer

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `id` integer — The ID of the organization relationship
    - `type` string — The type of the relationship
    - `rel_owner_org_id` object
      - `name` string — The name of the organization associated with the item
      - `people_count` integer — The number of people connected with the organization that is associated with the item
      - `owner_id` integer — The ID of the owner of the organization that is associated with the item
      - `address` string, nullable — The address of the organization
      - `cc_email` string, nullable — The BCC email of the organization associated with the item
      - `value` integer — The ID of the organization
    - `rel_linked_org_id` object
      - `name` string — The name of the organization associated with the item
      - `people_count` integer — The number of people connected with the organization that is associated with the item
      - `owner_id` integer — The ID of the owner of the organization that is associated with the item
      - `address` string, nullable — The address of the organization
      - `cc_email` string, nullable — The BCC email of the organization associated with the item
      - `value` integer — The ID of the organization
    - `add_time` string — The creation date and time of the relationship
    - `update_time` string — The last updated date and time of the relationship
    - `active_flag` string — Whether the relationship is active or not
    - `calculated_type` string — The calculated type of the relationship with the linked organization
    - `calculated_related_org_id` integer — The ID of the linked organization
  - `related_objects` object
    - `organization` object
      - `ORGANIZATION_ID` object — The ID of the organization associated with the item
        - `id` integer — The ID of the organization associated with the item
        - `name` string — The name of the organization associated with the item
        - `people_count` integer — The number of people connected with the organization that is associated with the item
        - `owner_id` integer — The ID of the owner of the organization that is associated with the item
        - `address` string, nullable — The address of the organization
        - `cc_email` string, nullable — The BCC email of the organization associated with the item

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
