---
title: "Finds available bulk workflow actions for content"
method: POST
path: "/api/v1/workflow/contentlet/actions/bulk"
tags: ["Workflow"]
---

# Finds available bulk workflow actions for content

`POST /api/v1/workflow/contentlet/actions/bulk`

Returns a list of bulk actions available for [contentlets](https://www.dotcms.com/docs/latest/content#Contentlets) either by identifiers or by query, as specified in the body.

## Request body

- BulkActionForm
  - `contentletIds` string[]
  - `query` string

## Response `200`

Zero or more bulk actions returned successfully

- ResponseEntityBulkActionView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` BulkActionView
    - `schemes` BulkWorkflowSchemeView[]
      - `scheme` 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
      - `steps` BulkWorkflowStepView[]
        - `step` CountWorkflowStep
          - `count` integer
          - `workflowStep` WorkflowStep
            - `id` string
            - `creationDate` string, date-time
            - `name` string
            - `schemeId` string
            - `myOrder` integer
            - `resolved` boolean
            - `enableEscalation` boolean
            - `escalationAction` string
            - `escalationTime` integer
        - `actions` CountWorkflowAction[]
          - `count` integer
          - `workflowAction` WorkflowAction
            - `id` string
            - `name` string
            - `schemeId` string
            - `condition` string
            - `nextStep` string
            - `nextAssign` string
            - `icon` string
            - `roleHierarchyForAssign` boolean
            - `assignable` boolean
            - `commentable` boolean
            - `order` integer
            - `saveActionlet` boolean
            - `publishActionlet` boolean
            - `unpublishActionlet` boolean
            - `archiveActionlet` boolean
            - `pushPublishActionlet` boolean
            - `onlyBatchActionlet` boolean
            - `unarchiveActionlet` boolean
            - `deleteActionlet` boolean
            - `destroyActionlet` boolean
            - `moveActionlet` boolean
            - `commentActionlet` boolean
            - `metadata` object
            - `resetable` boolean
            - `nextStepCurrentStep` boolean
            - `moveActionletHashPath` boolean
            - `owner` string
            - `showOn` string[]
            - `hasOnlyBatchActionlet` boolean
            - `hasPublishActionlet` boolean
            - `hasUnpublishActionlet` boolean
            - `hasArchiveActionlet` boolean
            - `hasPushPublishActionlet` boolean
            - `hasUnarchiveActionlet` boolean
            - `hasDeleteActionlet` boolean
            - `hasDestroyActionlet` boolean
            - `hasCommentActionlet` boolean
            - `hasResetActionlet` boolean
            - `hasMoveActionletHasPathActionlet` boolean
            - `hasMoveActionletActionlet` boolean
            - `hasSaveActionlet` boolean
          - `pushPublish` boolean
          - `moveable` boolean
          - `conditionPresent` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — Bad request
- `401` — Invalid User
- `403` — Forbidden
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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