Get Forms Submissions

GEThttps://services.leadconnectorhq.com/forms/submissions
Get Forms Submissions
Request

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

Provide your bearer token in the Authorization header when making requests to protected resources.

Example: Authorization: Bearer 123
Query Parameters
endAt
string

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

Examples:
2020-12-14
formId
string

Filter submission by form id

Examples:
jjusM6EOngDExnbo2DbU
limit
number

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

Default:
20
Examples:
20
page
number

Page No. By default it will be 1

Default:
1
Examples:
1
q
string

Filter by contactId, name, email or phone no.

Examples:
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).

Examples:
2020-11-14
locationId
string
required
Examples:
ve9EPM428h8vShlRW1KT
Headers
Authorization
string
required

Access Token

Example:
Bearer 9c48df2694a849b6089f9d0d3513efe
Version
string
required

API Version

Allowed value:
2021-07-28

Responses

Successful response

submissions
array[object]
id
string
Example:
38303ec7-629a-49e2-888a-cf8bf0b1f97e
contactId
string
Example:
DWQ45t2IPVxi9LDu1wBl
createdAt
string
Example:
2021-06-23T06:07:04.000Z
formId
string
Example:
YSWdvS4Is98wtIDGnpmI
name
string
Example:
test
email
string
Example:
test@test.com
others
object
meta
object
total
number
Example:
1
currentPage
number
Example:
1
nextPage
number or null
Example:
null
prevPage
number or null
Example:
null

Unprocessable Entity

statusCode
number
Example:
422
message
array[string]
Example:
["Unprocessable Entity"]
error
string
Example:
Unprocessable Entity

Unauthorized

statusCode
number
Example:
401
message
string
Example:
Invalid token: access token is invalid
error
string
Example:
Unauthorized

Bad Request

statusCode
number
Example:
400
message
string
Example:
Bad Request