Skip to content

Releases: fillout/api-client

v1.5.0

05 May 13:04

Choose a tag to compare

The tags field is now exposed when you fetch a single form! Uses the same type as when you get it in the list of forms.

{
  "id": "nDyfNWYtMmus",
  "name": "ClickUp debug",
  "tags": [
    "form"
  ],
  "questions": [
    {
      "id": "sonP",
      "name": "ClickUp Name",
      "type": "ShortAnswer"
    },
    {
      "id": "22eT",
      "name": "Untitled Checkboxes field",
      "type": "Checkboxes",
      "options": [
        {
          "id": "cYVVjqdBm5WLwj3ADTCfUK",
          "value": "this one",
          "label": "this one"
        },
        {
          "id": "mFQHW9Dzh6qccAKfHcHJdU",
          "value": "or this one",
          "label": "or this one"
        }
      ]
    }
  ],
  "..."
}

v1.4.0

24 Apr 20:21
7734be5

Choose a tag to compare

  • export types
  • support cjs environments

v1.3.0

22 Apr 14:51

Choose a tag to compare

  • added name and color to FilloutDecisionApproval type
  • added form tags

v1.2.3

17 Apr 22:13
10d11c7

Choose a tag to compare

fix workflow

v1.2.2

17 Apr 22:08
b767b05

Choose a tag to compare

1.2.2