---
title: "Gets all of the information necessary for creating or editing a release using this deployment process."
method: GET
path: "/projects/{projectId}/deploymentprocesses/template"
tags: ["DeploymentProcesses"]
---

# Gets all of the information necessary for creating or editing a release using this deployment process.

`GET /projects/{projectId}/deploymentprocesses/template`

## Path parameters

- `projectId` string, required

## Query parameters

- `channel` string
- `releaseId` string

## Response `200`

The requested Release Template

- ReleaseTemplateResource
  - `DeploymentProcessId` string
  - `GitResources` ReleaseTemplateGitResource[]
    - `ActionName` string, required
    - `DefaultBranch` string, required
    - `FilePathFilters` string[]
    - `GitCredentialId` string
    - `GitHubConnectionId` string
    - `GitResourceSelectedLastRelease` GitReferenceResource
      - `GitCommit` string
      - `GitRef` string
    - `IsResolvable` boolean, required
    - `Name` string, required
    - `RepositoryUri` string, required
  - `Id` string
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `LastReleaseVersion` string
  - `Links` object
  - `NextVersionIncrement` string
  - `Packages` ReleaseTemplatePackage[]
    - `ActionName` string
    - `FeedId` string
    - `FeedName` string
    - `FixedVersion` string
    - `IsResolvable` boolean
    - `NuGetFeedId` string
    - `NuGetFeedName` string
    - `NuGetPackageId` string
    - `PackageId` string
    - `PackageReferenceName` string
    - `ProjectName` string
    - `StepName` string
    - `VersionSelectedLastRelease` string
  - `VersioningPackageReferenceName` string
  - `VersioningPackageStepName` string

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/versions/bc9158facfc7/schema)
