get Forms

GET {{baseUrl}}/forms?subdomain={{subdomain}}&location_id={{location_id}}

Get a list of forms

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Used to scope the request to the specified institution
location_idstring(Required) Used to scope the request to the specified institution

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}],"count":"\u003cinteger\u003e"}