GET https://api.actonsoftware.com/api/1/form
This endpoint allows you to download the list of forms from the account.
Customers wanting to access our API via our gateway in the EU can use this link:
GET https://api-eu.actonsoftware.com/api/1/form
Parameters
| Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
|---|---|---|---|---|---|
| Authorization: | Header | False | Required | String | Insert your generated access token. (Bearer {access token}) |
Response
[
{
"entries": [
{
"creation_time": "1569909622422",
"seoerrors": 0,
"seowarnings": 0,
"ecommerce": "0",
"description": "Example",
"modified": "1569909622422",
"id": "e8e1da5d-f55f-4506-997d-38bf14782726",
"title": "Example",
"seoId": "0",
"url": "http://ci61.actonservice.com/acton/form/42415/e8e1da5d-f55f-4506-997d-38bf14782726:d-0001/1/-/-/-/-/index.htm"
}
],
"folder": "Default Folder"
}
]
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/form -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"