---
title: "GET /wf/v{version}/WorkflowTriggers/by-entity/{workflowEntityId}"
method: GET
path: "/wf/v{version}/WorkflowTriggers/by-entity/{workflowEntityId}"
tags: ["Workflows"]
---

# GET /wf/v{version}/WorkflowTriggers/by-entity/{workflowEntityId}

`GET /wf/v{version}/WorkflowTriggers/by-entity/{workflowEntityId}`

## Path parameters

- `workflowEntityId` integer, required
- `version` string, required

## Query parameters

- `isActive` boolean

## Headers

- `company-id` string, required

## Response `200`

Success

- BilfloUtilMicroservicesCQRSResponseBase1SystemCollectionsGenericIEnumerable1WorkflowsContractsDtosWorkflowTriggerDto
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` WorkflowsContractsDtosWorkflowTriggerDto[], nullable
    - `id` integer
    - `workflowEntityId` integer
    - `name` string, nullable
    - `description` string, nullable
    - `isActive` boolean
    - `workflowEntity` WorkflowsContractsDtosWorkflowEntityDto
      - `id` integer
      - `name` string, nullable
      - `description` string, nullable
      - `isActive` boolean

## Other responses

- `400` — Bad Request

---

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