v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBDocuments|Form data
Request the log for the form data.
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.
get/custom_form_data/log
Query parameters
idinteger required
The internal id of the form data. This Parameter is required.
Response
Success Response:
Example response
{
"data": [
{
"updatedAt": "2015-02-20T12:59:21+01:00"
}
]
}