get Forms Id
GET {{baseUrl}}/forms/:id?subdomain={{subdomain}}&location_id={{location_id}}
Get a form by ID
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | (Required) Used to scope the request to the specified institution | |
location_id | string | (Required) Used to scope the request to the specified institution |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","url":"\u003cstring\u003e"},"count":"\u003cinteger\u003e"}