API Endpoints
EU Node – https://dashboard.taskform.io:443/api/v2/screen/form
AU Node – https://dashboard.taskform.nl:443/api/v2/screen/form
The PUT Screen Form API allows you to update an existing form screen.
On our Cloud service, this API is available via SSL-secured HTTPS connection using the REST GET, POST, PUT and DELETE verbs.
To delete an existing form, use a DELETE with the screen API found at:
CONTENTS
-
PUT Request
-
PUT Response
PUT 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 (red border) and optional parameters for the PUT (update) of an existing form are outlined below.
* The fields blackened out are required fields.
PUT Response
The data returned from a Screen DELETE submission is provided as follows: