---
title: "Find workflow schemes"
method: GET
path: "/api/v1/workflow/schemes"
tags: ["Workflow"]
---

# Find workflow schemes

`GET /api/v1/workflow/schemes`

Returns workflow schemes. Can be filtered by content type and/or live status through optional query parameters.

## Query parameters

- `contentTypeId` string
- `showArchived` boolean

## Response `200`

Scheme(s) returned successfully

- ResponseEntityWorkflowSchemesView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` WorkflowScheme[]
    - `id` string
    - `creationDate` string, date-time
    - `name` string
    - `variableName` string
    - `description` string
    - `archived` boolean
    - `mandatory` boolean
    - `defaultScheme` boolean
    - `modDate` string, date-time
    - `entryActionId` string
    - `system` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Invalid User
- `403` — Forbidden
- `404` — Workflow scheme not found
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anzworldline-solutions/dotcms-rest-api/revisions/0f38cbc3bd36/schema)
