v1

latestOpenAPI 3.0.22026-07-146168117.0 KB
Forms

This endpoint returns a specific form by slug or ID. This feature is available as part of the Standard API.

get/forms/{slug_or_id}

Path parameters

slug_or_idstring required

The form's slug, custom slug or ID.

Response

Successfully returned a single form that matched the provided slug or ID

status'ok'

Example response

{
  "results": {
    "form": {
      "id": "5d40fdaf174b4c0007043072",
      "slug": "67fqxwkp",
      "custom_slug": "my-form-slug",
      "title": "My Form Title",
      "description": "This is a description for my form",
      "cover_image_url": "https://s3-ap-southeast-2.amazonaws.com/paperform/u-22714/1/2019-04-14/58p3u6p/cabinet-clothes-clothes-hanger-996329.jpg",
      "url": "https://lffa4fxo.paperform.co",
      "live": true,
      "submission_count": 50,
      "created_at": "2019-04-14T09:00:00.000Z",
      "updated_at": "2019-04-14T09:00:00.000Z",
      "account_timezone": "Australia/Sydney",
      "created_at_utc": "2019-04-14T09:00:00.000Z",
      "updated_at_utc": "2019-04-14T09:00:00.000Z"
    }
  }
}