This API is used to get the list of member IDs included in a recontact survey.
Request
Path Params
Query Params
Header Params
Body Params application/jsonRequired
Example
{}
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://apivisionsampling.innovatemr.com/api/v2/pega/group/438400/getRecontactMemIds?failedMids=true' \
--header'x-access-token;' \
--header'Content-Type: application/json' \
--data'{}'
Responses
🟢200Success
application/json
Bodyapplication/json
Example
{"apiStatus":"success","msg":"Successfully fetched recontact mem ids","data":{"success_mids":["c639e3750ca555f6c2c52f1bb5f78e"],"failed_mids":["c639e375eb0ca555f6c2c52f1bb5f78r"]}}