FormsResponse

Response schema for a list of forms

Response schema for a list of forms

Example

{  "data": [    {      "created_at": "2025-02-17T17:49:19Z",      "field_count": 3,      "fields": null,      "id": "frm_d025a96ac0c6",      "internal_name": "Intake Form",      "object": "form",      "updated_at": "2025-02-17T17:49:19Z"    }  ],  "meta": {    "current_page": 1,    "page_size": 10,    "total_count": 50,    "total_pages": 5  }}