API Endpoints
US Node – https://www.taskform.nl:443/api/v2/screen/form
EU Node – https://dashboard.taskform.io:443/api/v2/screen/form
AU Node – https://dashboard.taskform.nl:443/api/v2/screen/form
The POST Screen Form API allows you to create a form programmatically rather than in the designer.
On our Cloud service, this API is available via SSL-secured HTTPS connection using the REST GET, POST, PUT and DELETE verbs.
To create a form for and retrieve the published version of a Screen, use a POST with the screen API found at:
CONTENTS
-
POST Submission
-
POST Response
POST Request
You may use either JSON or XML formats in your request. You indicate this by setting the ContentType HTTP header as “application/json” or “application/xml”. If no ContentType is specified, XML format is assumed.
The format query string parameter controls the desired response format. Specify either XML or JSON.
/api/v2/screen/form?format=xml/json
The required fields are the Name, CompanyId and IntegrationKey fields. There are too many parameters and optional fields to show; hence the abbreviated image below shows only the required fields.
POST Response
The data returned from a Screen POST submission is provided as follows: