# Download policy template file

Download a policy template. Use this enpdoint to download the template for those policy attachments which template value is true.

Endpoint: GET /v1/projects/{projectId}/policies/{policyId}/attachments/{attachmentId}/template
Version: 1.0.0
Security: OAuth2

## Path parameters:

  - `projectId` (string, required)
    Customer's project id
    Example: "eeew32344324edewe2e3"

  - `policyId` (string, required)
    Policy id requested
    Example: "43342642354352344"

  - `attachmentId` (string, required)
    Attachment definition id requested
    Example: "324234762423034240"

## Response 404 fields (application/json):

  - `error` (object)

  - `error.code` (integer)

  - `error.details` (array)

  - `error.message` (string)

  - `error.status` (string)


