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

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

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

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

Get a list of all declarationId's of declarations that have an attachment to it.

The attachment is 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.

If an attachment is available then a call may be performed to the attachment download endpoint to actually start downloading the attachment for this declaration.

## Path parameters

- `employmentId` 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)
