Skip to main content
GET
Get Forms Submissions

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required
Example:

"ve9EPM428h8vShlRW1KT"

page
number
default:1

Page No. By default it will be 1

Example:

1

limit
number
default:20

Limit Per Page records count. will allow maximum up to 100 and default will be 20

Example:

20

formId
string

Filter submission by form id

Example:

"jjusM6EOngDExnbo2DbU"

q
string

Filter by contactId, name, email or phone no.

Example:

"john@deo.com"

startAt
string

Get submission by starting of this date. By default it will be same date of last month(YYYY-MM-DD).

Example:

"2020-11-14"

endAt
string

Get submission by ending of this date. By default it will be current date(YYYY-MM-DD).

Example:

"2020-12-14"

productType
string

Product type

Example:

"form"

externalOnly
boolean
default:false

When true, only return external form submissions. When false/undefined, return regular form submissions only.

Example:

true

Response

Successful response

submissions
object[]
meta
object
Last modified on March 8, 2026