---
title: "Request the log for the form data."
method: GET
path: "/custom_form_data/log"
tags: ["Documents|Form data"]
---

# Request the log for the form data.

`GET /custom_form_data/log`

This endpoint enables you to retrieve a log of a custom form by specifying its ID. Additionally, you can
filter by the date of creation using the payload parameter for additional information. For instance, an entry
marked as `SEND` will display the recipient as a property. The payload will include the custom form data upon
creation or update.

## Query parameters

- `id` integer, required

## Response `200`

Success Response:

- StandardCustomFormDataLogResponse
  - `data` object[] — Changelog.
    - `action` string — Action that was performed on the form | Value | | ------------------------ | | CREATE | | UPDATE | | VIEW | | COMPLETED | | SENT | | BOOK | | RESET |
    - `updatedAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `payload` integer[] — Additional information
    - `user` string — User that performed the action

---

[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/869b05603541/schema)
