---
title: "Set the status of the form data."
method: GET
path: "/custom_form_data/status"
tags: ["Documents|Form data"]
---

# Set the status of the form data.

`GET /custom_form_data/status`

This form provides an interface to set the status. The `COMPLETED` status will lock the form for further changes
and is equivalent to completing the form in geoCapture. `BOOKED` is a status that is exclusively accessible
through the API. When the status is set, an entry will be created in the custom form log with the content:
"form booked". This can help distinguish between custom forms that have been exported and those that have not.

## Query parameters

- `id` integer, required
- `status_text` string, required

## Response `200`

Success Response:

- StandardCustomFormDataStatusResponse
  - `data` string — response.

---

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