Skip to content
Esc
navigateopen⌘Jpreview
Book a demo

Read form

GET/v1/forms/{id}
Path parameters
idstringrequired
Responses
200Successful response
idstring
orgobject
Show properties
namestring
fieldsobject[]
Show properties
Array of object
namestring
typestring
Request
curl -X GET "https://api.sendhelios.com/v1/forms/string"
Response
{
  "id": "string",
  "org": {
    "name": "string"
  },
  "fields": [
    {
      "name": "string",
      "type": "string"
    }
  ]
}