(Sample code) Obtain responses from all projects
In this example, the goal is to obtain the response data for all the open projects.
GetResponse4() is the primary function that will return the responses. However GetAllProjectMetaData() is also required. It's primary purpose is to retrieve the project IDs that are necessary for GetResponse4().
Back to top