Skip to content
View as Markdown

GET Form Entry​

GET
/forms/{form_id}/entries/{id}

Retrieve a single form entry by ID. Returns a dynamic HTML view of the entry data, rendered via the fluent_crm/dynamic_contact_item_view_fluentform filter.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

form_id*

Form ID.

Type
integer
Required
id*

Entry ID.

Type
integer
Required

Responses​

Entry detail view.

application/json
JSON
{
"entry": {
"content_html": "string"
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI