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

# Export some assignments

`POST /v3/exports/assignments/exportSome`

Exports a selection of assignements and associated images given its id 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` 'csv' | 'fwbundle' | 'shp' | 'geojson' | 'pdf'
  - `fields` string[]
  - `ids` 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)
