PowerForms
Number of APIs: 8
-
Creates a new PowerForm. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms
-
Deletes one or more PowerForms DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms
-
Returns a single PowerForm. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}
-
Creates a new PowerForm. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}
-
Delete a PowerForm. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}
-
Returns the form data associated with the usage of a PowerForm. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}/form_data?data_layout={{data_layout}}&from_date={{from_date}}&to_date={{to_date}}
-
Returns the list of PowerForms available to the user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms?from_date={{from_date}}&order={{order}}&order_by={{order_by}}&to_date={{to_date}}
-
Returns the list of PowerForms available to the user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/senders?start_position={{start_position}}