This script will:
- Send an authenticated request to the
/surveyQuestions
endpoint 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_NAME
should be set to your VAN "Application Name" (e.g.,XXXX.######.###
)VAN_GUID
should be set to you VAN API Key (e.g.,#xxx##x#-###x-x###-x##x-###xxxx##x#x
)