ic_download_document
Download a student's PDF to a local path using the document ID from list results. Works with Infinite Campus; returns FeatureDisabled when the district disables this feature.
Instructions
Download a student's document (PDF) to disk. documentId is the url field returned by ic_list_documents. Returns FeatureDisabled if the district has the module turned off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| district | Yes | ||
| overwrite | No | ||
| documentId | Yes | The url field returned by ic_list_documents | |
| destinationPath | Yes | Absolute path where the PDF should be written |