PowerForms

Number of APIs: 8

  1. Creates a new PowerForm. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms

  2. Deletes one or more PowerForms DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms

  3. Returns a single PowerForm. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}

  4. Creates a new PowerForm. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}

  5. Delete a PowerForm. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/{{powerFormId}}

  6. 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}}

  7. 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}}

  8. Returns the list of PowerForms available to the user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/powerforms/senders?start_position={{start_position}}