Retrieve CWB Responses
This endpoint returns a list of responses for a specific vForm templateId.
Last updated
This endpoint returns a list of responses for a specific vForm templateId.
Last updated
Attribute | Type | Description |
---|---|---|
templateId*
String
template id
page
Number
Page number for pagination
limit
Number
Limit of results to retrieve
startDate
Date
Filter Results by startDate, it requires a corresponding endDate
. Both must be in YYYY-MM-DD
format
endDate
Date
Filter Results by endDate, it requires a corresponding startDate
. Both must be in YYYY-MM-DD
format
verificationId
String
Get a response by Verification Id
status
String
Filter responses by status which can be cleared, not_cleared, pending, review_required, and pending_payment
token*
String
API secret token
_id
String
vForm's object unique identifier.
ipAddress
String
This is the form filler's ipAddress.
firstname
String
This form filler's firstname
lastname
String
This form filler's lastname
createdAt
String(date)
The date this response was submitted.
status
String
This is the overall status of this response which can be anyone of the following
"pending"
: This is the overall status of a response when there is/are
still a/some verification(s) to be done on the response or when some responses are still expected from a reference form.
"cleared"
: This is the overall status of the response when a form with no
verification has been submitted or when all the verifications and validations have been performed by vform on a response and are all passed
"not_cleared"
: This is the overall status of the response when one or
more of the verifications and validations performed by vform on a response failed.
"pending_payment"
: