Get Forms
GET/forms/
Get Forms
Request
Version stringrequired
API Version
Available options
2021-04-15locationId stringrequired
skip number
limit number
Limit Per Page records count. will allow maximum up to 50 and default will be 10
Default value:
10type string
Successful response
- application/json
- Schema
- Example (auto)
Schema
formsobject[]
totalnumber
Total number of forms
{
"forms": [
{
"id": "YSWdvS4Is98wtIDGnpmI",
"name": "Form 1",
"locationId": "ve9EPM428h8vShlRW1KT"
}
],
"total": "20"
}