Sign in

Get entry document

documented

Retrieve a generated document associated with an entry.

GET /api/forms/{form_id}/entries/{entry_id}/documents/{document_id}Entriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cognitoforms.com/v1/forms/{{$form_id}}/entries/{{$entry_id}}/documents/{{$document_id}}" \
  -X GET \
  -H "Authorization: Bearer {{COGNITOFORMS_API_KEY}}" \
  -H "Accept: application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, */*"
Get entry document · Cognito Forms · OpenIntegrations