---
title: "Check if a list of workflowId's for an employer have an attachment"
method: GET
path: "/qwoatermicroservice/providers/employers/{employerId}/employees/employments/workflows/withattachment"
tags: ["Workflow employment"]
---

# Check if a list of workflowId's for an employer have an attachment

`GET /qwoatermicroservice/providers/employers/{employerId}/employees/employments/workflows/withattachment`

__Activity name :__ <a href="https://developer.loket.nl/Activities/GetWorkflowsWithAttachmentByEmployerId" target="_blank">GetWorkflowsWithAttachmentByEmployerId</a>

This endpoint returns from a set of workflow IDs, the workflow Ids for which an attachment is available

All declarationIds must belong to the same employerId.

Attachments are stored in Qwoater and thus on the background a call to Qwoater will be performed to check whether an attachment is available for a declaration.

## Path parameters

- `employerId` string, uuid, required

## Query parameters

- `workflowIds` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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