This API allows suppliers to pull down list of PIDs (user Ids) for re-contact studies. When re-contact flag is True in Survey details, this API should be used to pull down user Ids associated with Supplier’s traffic.
Request
Path Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://supplier.innovatemr.net/api/v2/supply/getPidsForRecontactSurvey/' \
--header'x-access-token;'
Responses
🟢200OK
application/json
Body
Example
{"apiStatus":"success","msg":"PIDs are successfully searched","result":{"sourceSurveyIDs":[748493,3303030],"exclude":["57974767f92c2ed94208a507","57d7c450707c3d6220489230","57ac5ae0707c3d095f4886eb"],"include":["57f255a5707c3d3a76410182","572adfc1f92c2e971efb7678"]}}