Get form

Returns the details of a specific form including its name, creation date, and aggregate view and submission statistics.

Path Parameters
  • form_id
    Type: string
    required

    Unique identifier of the form.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/apis/forms/forms/{form_id}
curl https://ff-business-school.fullfabric.cloud/apis/forms/forms/507f1f77bcf86cd799439011 \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "6385be68976a7719120134aa",
  "name": "MBA Enquiry Form",
  "created_by_id": "6385baa4976a771912000511",
  "created_at": 1667088000,
  "updated_at": 1716998891,
  "total_views": 842,
  "unique_views": 761,
  "total_submissions": 438
}