GET PSIDref List

Follow the format below to GET the values within a survey's PSIDRef list


Overview:

 You may use this endpoint to retrieve the values in the PSIDref list of a survey.

Sample Request: 

GET surveys/:survey_id/PSIDref

Result 


Response Code

200

Response Body

[ { "psid": "c0b7f606-dbd0-3442-3f3f-abcdsess", "link": null }, { "psid": "asdsadas-3d33-3233-wd33-asdadasa", "link": null }, { "psid": "dewfewrr-d3d3-2323-a9c4-abcdsess", "link": null }, ]

Related content