Get Form Report

Scott Wallace
Scott Wallace
  • Updated
POST https://api.actonsoftware.com/api/1/form/{form id}/report/

This endpoint allows you to pull a report on a specified form.

Customers wanting to access our API via our gateway in the EU can use this link: 

POST https://api.actonsoftware.com/api/1/form/{form id}/report/

Parameters

Name Parameter
Type
Allow
Multiple
Required/
Optional
Data Type Description
Authorization: Header False Required String Insert your generated access token.
("Bearer {access token}")
formid Path False Required String Specify the ID of the form.

 

Response

{
  "count": 1,
  "result": [
    {
      "source": "Page:Exampletest",
      "submits": 4,
      "unique": 2,
      "views": 5,
      "percent": 80,
      "non_submitters": "1"
    }
  ]
}

 

Code Examples

cURL

curl -X GET -H "Authorization: Bearer 6c0d2882-8a9e-34e9-a244-451b44925d09" -H "oftware.com/api/1/form/e8e1da5d-f55f-4506-997d-38bf14782726/report/

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request