In this article
1: Opening Interviews in CAPI from Other Apps (Android Only)
On Android devices, you can open a CAPI respondent's interview directly from another app. This is useful for fieldwork scenarios like on-site, door-to-door interviews. If you're using a separate fieldwork app, you can automatically load a respondent in CAPI using a deeplink.
2: Using Deeplinks to Launch Interviews
To use a deeplink, you'll need your project ID and the respondent ID. Deeplinks can be triggered from a source app or a web browser.
Example deeplink format:
forsta://capiapp?projectId=p123456789&respondentId=1234
Replace p123456789 with your actual project ID and 1234 with the respondent ID.
3: Using JavaScript for Map-Based Navigation
If interviewers receive pre-loaded assignments with address data, you can use the window.open() JavaScript function to launch a map view showing them where to go next.