Retrieve raw response data using Blue APIs
This document will guide you through the steps necessary to retrieve raw responses from Blue projects by using the GetResponse4() function.
The following API calls are needed:
Procedure
- Retrieve a list of project IDs by calling the GetAllProjectMetaData() function.
- Use GetResponse4() to retrieve raw response data for any project ID.
Back to top