This script will:
- Send an authenticated request to the
/surveyQuestionsendpoint of VAN's API - Unnest responses from each item
- Output to a local file in newline delimited JSON (aka JSONL, which is...not?...the same as NDJSON...)
This script requires the following programs to be installed and available on your current PATH:
All requests sent to VAN's API must be authenticated.
VAN_APP_NAMEshould be set to your VAN "Application Name" (e.g.,XXXX.######.###)VAN_GUIDshould be set to you VAN API Key (e.g.,#xxx##x#-###x-x###-x##x-###xxxx##x#x)