---
title: "Lists all Process Templates"
method: GET
path: "/api/v1/process-templates"
tags: ["ProcessTemplates"]
---

# Lists all Process Templates

`GET /api/v1/process-templates`

Lists all Process Templates including older versions and deleted ones. If response data is empty there were no Process Templates found with the chosen filters

## Query parameters

- `PageNumber` integer
- `PageSize` integer
- `templateGuid` string, uuid
- `processTemplateName` string
- `tags` string[]
- `processGuid` string, uuid
- `processName` string
- `templateType` 'All' | 'ProcessTemplatesOnly' | 'SubprocessTemplatesOnly'

## Response `200`

OK

- ProcessTemplateListViewModelPagedResponse
  - `data` ProcessTemplateListViewModel[] — Response data
    - `id` integer
    - `name` string, required
    - `modifier` string, required
    - `modified` string, date-time
    - `majorVersion` integer
    - `minorVersion` integer
    - `targetFramework` string
    - `frendsVersion` string
    - `isSubprocess` boolean
    - `staticRequiredEnvironmentVariablesJson` string
    - `isForMonitoringRule` boolean
    - `description` string, nullable
    - `promotedResultVariablesJson` string, nullable
    - `usedSubprocessesJson` string, nullable
    - `usedTasksJson` string, nullable
    - `triggersJson` string, nullable
    - `manualTriggerJson` string, nullable
    - `isCrossPlatform` boolean
    - `isDotNet` boolean
    - `isListed` boolean
    - `version` integer
    - `isDeleted` boolean
    - `processVariablesJson` string, nullable
    - `processTags` string, nullable
    - `uniqueIdentifier` string, uuid
    - `templateTags` string[], nullable
  - `paging` PagingModel
    - `currentPage` integer — Current page
    - `pageSize` integer — Number of entries per page
    - `totalCount` integer — Total number of entries
    - `firstPage` string, uri, nullable — Url of the first page
    - `lastPage` string, uri, nullable — Url of the last page
    - `nextPage` string, uri, nullable — Url of the next page
    - `previousPage` string, uri, nullable — Url of the previous page

---

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