Forms
Retrieves a list of forms associated with a given app ID.
Path parameters
app_idstringRequired
App ID
Header parameters
X-API-KEYstringRequired
Your API key
X-SECRET-KEYstringRequired
Your Secret key
Responses
200
List of forms
application/json
400
Invalid request
application/json
429
Too many requests in a day
application/json
get
GET /v2/ExternalApi/getForms HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Accept: */*
[
{
"form_id": "text",
"name": "text",
"title": "text",
"created_on": "text",
"status": 1,
"updated_on": "text",
"leads_count": 1,
"last_lead_date": "text"
}
]
Last updated