Skip to main content
Server path: /formdesk | Type: Application | PCID required: Yes

Tools

ToolDescription
formdesk_add_resultAdd a form result
formdesk_connectConnect to Formdesk API
formdesk_delete_resultDelete a form result
formdesk_get_resultGet a specific form result
formdesk_list_formsList all forms
formdesk_list_resultsList form results

formdesk_add_result

Add a form result Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesThe form identifier (form name or ID)
bodyobjectYesKey-value pairs where keys are form field names and values are the submission values. The exact fields depend on the form definition.

formdesk_connect

Connect to Formdesk API

formdesk_delete_result

Delete a form result Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesThe form identifier (form name or ID)
resultIdstringYesThe result/submission identifier

formdesk_get_result

Get a specific form result Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesThe form identifier (form name or ID)
resultIdstringYesThe result/submission identifier

formdesk_list_forms

List all forms

formdesk_list_results

List form results Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesThe form identifier (form name or ID)
offsetintegerNoNumber of results to skip (for pagination)
limitintegerNoMaximum number of results to return (for pagination)
date_fromstringNoFilter results from this date (format: YYYY-MM-DD)
date_tostringNoFilter results up to this date (format: YYYY-MM-DD)