How to use API to automatically Download Response PDFs.
This API provides Districts the option to bulk download Response PDFs. The purpose of this document is to detail how a district can use this API to bulk download responses. Please note that the audience for this document is District developers, preferably with background in API connections and authentication with OAuth.
The developers can access the API through this Swagger
The steps are listed below:
Once the developers are in possession of a valid access_token they can use the following APIs:
Listing Available responses: Under the Response API section, the developer would have to access the link. By providing the document ID, shardCode, startDate and endDate, developers would be able to get a JSON blob containing an array of:
To get the actual response PDF, they would go to this section on Response API. If they run this section by providing the ResponseVersionID, shardCode and DocumentID they will be able to access the PDF file of the response. The district developers can now use the result PDF to upload it a secured location of their liking.
Was this Article Helpful?
How to use API to automatically Download Response PDFs.
This API provides Districts the option to bulk download Response PDFs. The purpose of this document is to detail how a district can use this API to bulk download responses. Please note that the audience for this document is District developers, preferably with background in API connections and authentication with OAuth.
The developers can access the API through this Swagger
The steps are listed below:
Once the developers are in possession of a valid access_token they can use the following APIs:
Listing Available responses: Under the Response API section, the developer would have to access the link. By providing the document ID, shardCode, startDate and endDate, developers would be able to get a JSON blob containing an array of:
To get the actual response PDF, they would go to this section on Response API. If they run this section by providing the ResponseVersionID, shardCode and DocumentID they will be able to access the PDF file of the response. The district developers can now use the result PDF to upload it a secured location of their liking.
Was this Article Helpful?
How to use API to automatically Download Response PDFs.
This API provides Districts the option to bulk download Response PDFs. The purpose of this document is to detail how a district can use this API to bulk download responses. Please note that the audience for this document is District developers, preferably with background in API connections and authentication with OAuth.
The developers can access the API through this Swagger
The steps are listed below:
Once the developers are in possession of a valid access_token they can use the following APIs:
Listing Available responses: Under the Response API section, the developer would have to access the link. By providing the document ID, shardCode, startDate and endDate, developers would be able to get a JSON blob containing an array of:
To get the actual response PDF, they would go to this section on Response API. If they run this section by providing the ResponseVersionID, shardCode and DocumentID they will be able to access the PDF file of the response. The district developers can now use the result PDF to upload it a secured location of their liking.
Was this Article Helpful?