Getting Started with Campaign Responses API

The Campaign Responses API allows you to obtain responses data for a specific campaign. This API will retrieve all or specified responses in a particular campaign, and it is available for all types campaigns regardless of type (group, routed) or status (active, draft, testing).

To access Campaign Responses API you need to have Form Admin permission and have a valid API key. Instructions for generating API key

This API provides a JSON response. The unique identifier for each submission is the formID. The response will include all fields on the form in addition to initiator information and other form data.

You are able to filter the JSON response using the parameters. There is one required parameter for this API: Campaign ID, and instructions on how to find that are here https://help.informedk12.com/hc/en-us/articles/26247490423315-How-to-obtain-data-via-Campaign-Responses-API

Try it out here!