---
title: "Get all relationships for organization"
method: GET
path: "/organizationRelationships"
tags: ["OrganizationRelationships"]
---

# Get all relationships for organization

`GET /organizationRelationships`

Gets all of the relationships for a supplied organization ID.

## Query parameters

- `org_id` integer, required

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object[] — The array of organization relationships
    - `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_organization_name` string — The name of the linked organization
  - `additional_data` object — The additional data of the list
    - `start` integer — Pagination start
    - `limit` integer — Items shown per page
    - `more_items_in_collection` boolean — If there are more list items in the collection than displayed or not
  - `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)
