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
Requiredinteger
id*
Entry ID.
Type
Requiredinteger
Responses​
Entry detail view.
application/json
JSON
{
"entry": {
"content_html": "string"
}
}