consents

Get consent PDF info by consent ID

Returns JSON with the same structure as items in GET /consents/pdfs (file_path, created_at, thumbnail) for the given consent.

get/api/consents/{consent_id}/pdf

Path parameters

consent_idstring uuid required

Response

Successful Response

file_pathstring required

Path to PDF file in storage

consent_type'psychological' | 'nutritional'

Informed consent type constants.

created_atstring date-time nullable

File creation/modification time

thumbnailstring nullable

Base64 encoded thumbnail image

Changes

No recorded changes to this endpoint across all 1 revision of this API.