Using Blue web services to retrieve subject status
This document will guide you through the steps necessary to retrieve raw responses from a Blue project. The following API calls are needed:
Overall process
- Get the IDs of the projects. This can be achieved by calling GetAllProjectMetaData().
- Retrieve all users report information. This can be achieved by calling GetReports3().
Back to top