Actions (39)
Data Sources · 13
- Batch Create Data Source RowsPOST /v2/datasources/{id}/rows/batch
Batch create multiple Data Source Rows.
documented - Batch Delete Data Source RowsDELETE /v2/datasources/{id}/rows/batch
Batch delete multiple Data Source Rows.
documented - Batch Update Data Source RowsPATCH /v2/datasources/{id}/rows/batch
Batch update multiple Data Source Rows.
documented - Create Data SourcePOST /v2/datasources/
Create a new Data Source.
documented - Create Data Source RowPOST /v2/datasources/{id}/rows
Create a new row in the Data Source.
documented - Delete Data Source RowDELETE /v2/datasources/{id}/rows/{rowId}
Delete a Data Source Row by ID.
documented - Get Data SourceGET /v2/datasources/{id}
Retrieve a specific Data Source by ID.
documented - Get Data Source RowGET /v2/datasources/{id}/rows/{rowId}
Retrieve a Data Source Row by ID.
documented - List Data Source RowsGET /v2/datasources/{id}/rows
List rows for a Data Source.
documented - List Data Source Rows (duplicate)GET /v2/datasources/{id}/rows
(Redundant listing for rows; see above.)
documented - List Data SourcesGET /v2/datasources
Retrieve a paginated list of Data Sources.
documented - Update Data SourcePATCH /v2/datasources/{id}
Update an existing Data Source by ID.
documented - Update Data Source RowPATCH /v2/datasources/{id}/rows/{rowId}
Update a Data Source Row by ID.
documented
Formz · 9
- Change Form StatusPOST /v2/formz/{id}/status
Change the status of a Form (e.g., to draft or submitted).
documented - Create FormPOST /v2/formz
Create a new Form (formz) in your account.
documented - Delete FormDELETE /v2/formz/{id}
Delete the specified Form (formz).
documented - Export Form to PDFPOST /v2/formz/{id}/exports
Queue a PDF export for the given Form (formz).
documented - Get Exported PDF MetadataGET /v2/formz/{id}/exports/{exportId}
Retrieve metadata for a previously exported PDF.
documented - Get FormGET /v2/formz/{id}
Retrieve the contents of a specific Form (formz) by its ID.
documented - Get Form (v3)GET /v3/formz/{id}
Retrieve a Form by ID using the v3 surface.
documented - List FormzGET /v2/formz
Retrieve a paginated list of Formz (forms) in your account.
documented - Update FormPATCH /v2/formz/{id}
Update an existing Form (formz) by ID.
documented
Webhooks · 5
- Create WebhookPOST /v2/webhooks
Create a new Webhook.
documented - Delete WebhookDELETE /v2/webhooks/{id}
Delete a Webhook by ID.
documented - Get WebhookGET /v2/webhooks/{id}
Retrieve a specific Webhook by ID.
documented - List WebhooksGET /v2/webhooks
List all Webhooks for the account.
documented - Update WebhookPUT /v2/webhooks/{id}
Update an existing Webhook.
documented
Files · 4
- Get File (v3)GET /v3/files/{id}
Retrieve a File by ID (v3 surface).
documented - Get File by IDGET /v2/files/{id}
Retrieve a File by its ID.
documented - Get a FileGET /v2/files/{id}
Download or retrieve a stored file by its ID.
documented - Upload a FilePOST /v2/files
Upload a file (multipart/form-data) to the GoFormz Files store.
documented