misc
Get pending survey transfers or shares by the respondent ID of the respondent who shared/transferred it away
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}
Path parameters
originator-respondent-idstring uuid required
The UUID of the respondent who shared/transferred the survey
Response
The pending survey transfers or shares have been retrieved
Example response
[
{
"email_address": "ons@ons.gov.uk",
"business_id": "91e0bb4f-ffad-404c-af1b-01c87037119c",
"survey_id": "91e0bb4f-ffad-404c-af1b-01c87037119c",
"shared_by": "91e0bb4f-ffad-404c-af1b-01c87037119c",
"batch_no": 1,
"is_transfer": true,
"time_shared": "2020-01-01T00:00:00Z"
}
]