---
title: "Return a submission period template file"
method: GET
path: "/api/SubmissionPeriodTemplate/{id}/Document/{documentId}"
tags: ["Submission Period Templates"]
---

# Return a submission period template file

`GET /api/SubmissionPeriodTemplate/{id}/Document/{documentId}`

## Path parameters

- `id` integer, required
- `documentId` integer, required

## Response `200`

Submission period template document with given parameters

- CommitteesCommonResponsesCommonDocumentDocumentFile
  - `fileName` string, nullable
  - `fileSize` integer, nullable
  - `fileDataFormat` 'OriginalFormat' | 'Html' | 'Pdf'
  - `url` string, nullable

## Other responses

- `404` — No submission period template with given parameters exists

---

[API](https://skmtc.dev/parliament/apis/committees-api.md) · [All operations](https://skmtc.dev/parliament/apis/committees-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parliament/committees-api/revisions/2963ac78fed1/schema)
