---
title: "Export all assignments"
method: POST
path: "/v3/exports/assignments/exportAll"
tags: ["Assignments"]
---

# Export all assignments

`POST /v3/exports/assignments/exportAll`

Exports all assignements and associated images the user can see as either fwbundle or zipped csv or geojson or shp. The "fields" array in the body determines the columns in any csv export. The response is an id to poll the GET /v3/exports/assignments/{id} endpoint is for the URL once the export has completed

## Request body

- object
  - `fileType` string
  - `fields` string[]

## Response `200`

Id to poll endpoint

- object
  - `data` string

## Other responses

- `401` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-exports.md) · [All operations](https://skmtc.net/wri/apis/fw-exports/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-exports/revisions/ccfc66512822/schema)
