links
GET /supplier/v1/subsamples/{subsampleId}/linksThis method will return the list of all entry links available for a supplier for a given subsample.
Caching: 30 min
“Links” method will be decommissioned in upcoming versions of Ipsos API. Links associated with a subsample can be retrieved using “Live Details” method instead.
| field name | description | type | required | 
|---|---|---|---|
| supplierId | The Id number set in Cortex for the supplier | ||
| entryType | Link type live & proofing | ||
| locale | Language of the survey | ||
| url | The link of the survey | 
link method example:
[
  {
    "supplierId": 209,
    "entryType": "live",
    "locale": "pt-br",
    "url": "https://surveys.ipsosinteractive.com/surveys/?p=kzLos%2btjCEBgIxMIAPZOypp1J4WQenS3VZiWnkeZSkhQbj02LNsRtM1ocVHTQMYy7iGdoCcythPaBYc014S%2bEJFS25i4KSifMmOSUECsGro%3d&id="
  },
  {
    "supplierId": 209,
    "entryType": "proofing",
    "locale": "pt-br",
    "url": "https://staging01.ipsosinteractive.com/surveys/?p=kzLos%2btjCEBgIxMIAPZOypp1J4WQenS3VZiWnkeZSkhQbj02LNsRtM1ocVHTQMYy7iGdoCcythPaBYc014S%2bEOAOltFbVsPp%2fgbfyQtd2dY%3d&id="
  }
]Updated 5 months ago
