---
title: "Get pending survey transfers or shares by the respondent ID of the respondent who shared/transferred it away"
method: GET
path: "/pending-surveys/originator/{originator-respondent-id}"
tags: ["misc"]
---

# Get pending survey transfers or shares by the respondent ID of the respondent who shared/transferred it away

`GET /pending-surveys/originator/{originator-respondent-id}`

Get pending survey transfers or shares by the respondent ID of the respondent who shared/transferred it away

## Path parameters

- `originator-respondent-id` string, uuid, required

## Response `200`

The pending survey transfers or shares have been retrieved

- PendingSurvey[]
  - `email_address` string, email
  - `business_id` string, uuid
  - `survey_id` string, uuid
  - `shared_by` string, uuid
  - `batch_no` integer
  - `is_transfer` boolean
  - `time_shared` string, date-time

---

[API](https://skmtc.net/office-of-national-statistics/apis/party-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/party-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/party-service-api/revisions/a9abfd072409/schema)
