Retrieve CWB History
This endpoint returns your CWB history and can be filtered by start and end dates, as well as title.
Last updated
This endpoint returns your CWB history and can be filtered by start and end dates, as well as title.
Last updated
Attribute | Type | Description |
---|---|---|
page
Number
Page number of 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
title
String
Fileter results by VForm Title
token*
String
API secret token
id
String
vForm's template object unique identifier.
businessId
String
This is the unique identifier of the business that created the vForm.
userId
String
This is the unique identifier of the user that created the vForm ,a vForm business can have multiple users
title
String
The vForm template title
user
Object
This object contains details about the form template owner
-- firstname
String
form template owner's first name
-- lastname
Integer
form template owner's last name
-- middlename
String
form template owner's middle name
-- mobile
String
form template owner's mobile number
String
form template owner's email
-- countryCode
String
form template owner's country code
-- id
String
same as userId
last3Users
Array of Objects
This contains three or less objects that is made up of the last three form filler's first name and last name.
entries
Integer
The total number of submissions for this form template.
createdAt
String(date)
The date this template was created.
updatedAt
String(date)
The date this template was last updated.
status
String
This is the overall status of the vForm template, which can be anyone of the following
"draft"
: a form template that has not but published
"published"
: a form template that has been published
"unpublished"
: a form template that has been unpublished
"archived"
: a form template that was meant to be deleted but was archived because it contains a/some response(s)