v2
Forms App
AWS
Get Form Presigned Upload Url
Returns a presigned upload url targetting the request owners forms folder associated with the form request
- At this stage only pdfs are allowed
If no org owns the form_request it will warn and default to a zero org id of 00000000-0000-0000-0000-000000000000' * This should not happen
The resulting location will be <private_bucket>/plan-managers/<org_id>/forms/<form_request_id>/<generated_unique_id>::<uploaded_file_name.xyz>
This is used by the forms app to allow form file uploads
get/api/v2/aws/forms-app/get-presigned-upload-url
Query parameters
form_request_idstring uuid required
file_type'application/pdf'
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.