---
title: "List person relationships"
method: GET
path: "/v5/persons/{person_id}/relationships"
tags: ["Persons"]
---

# List person relationships

`GET /v5/persons/{person_id}/relationships`

Returns the referral relationships for the specified person, showing advocate-friend connections created through campaign participation.

## Path parameters

- `person_id` string, required

## Query parameters

- `my_roles` string[]
- `containers` string[]
- `programs` string[]
- `campaign_ids` string[]
- `data_keys` string[]
- `data_values` string[]
- `exclude_anonymous` boolean
- `include_duplicate_identities` boolean
- `include_self_referrals` boolean
- `offset` integer
- `limit` integer

## Response `200`

Successful response

- PersonRelationshipResponse[]
  - `campaign_id` string, required — Extole campaign id associated with this relationship. Absent when no campaign is linked.
  - `cause_event_id` string, required — Id of the direct cause event for this relationship.
  - `container` string, required — Campaign container in which the relationship was established.
  - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `data` object, required — Named data parameters attached to this relationship.
  - `id` string, required — Extole-assigned unique identifier for this relationship.
  - `my_role` 'ADVOCATE' | 'FRIEND', required — This person's role in the relationship (`ADVOCATE` or `FRIEND`).
  - `other_person_id` string, required — Extole person id of the other party in the relationship.
  - `program` string, required — Program key associated with this relationship. Absent for relationships with no program context.
  - `root_event_id` string, required — Id of the root event that initiated this relationship.
  - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

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