evidence_group_evidence_download_url_create
Generate a temporary download URL to retrieve original evidence file bytes stored in an internal group. Use caseFileId, evidenceGroupId, and evidenceId to obtain the link.
Instructions
Creates a temporary download URL for an evidence file stored in a group (INTERNAL custody). Use to retrieve the original bytes after upload. Requires: caseFileId + evidenceGroupId + evidence_group_evidence_register → evidenceId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. | |
| evidenceId | Yes | MANDATORY. UUID of the evidence record. Obtain from evidence_group_evidence_register or generate_evidence. | |
| evidenceGroupId | Yes | MANDATORY. UUID of the evidence group. Obtain from evidence_group_create. |