List KYC form entries
GET
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
List KYC Form Entries by OrganizationID
响应载荷
results
array of object
必填
显示子属性
results.answers
array of object
必填
显示子属性
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.valueString
string
必填
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.valueStringArray
array of string
必填
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.valueBoolean
boolean
必填
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.valueBooleanArray
array of boolean
必填
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.valueInteger
number
必填
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.valueIntegerArray
array of number
必填
results.answers.floatValue
number
results.answers.isDefault
boolean
results.answers.key
string
必填
results.answers.floatValueArray
array of number
results.answers.isDefault
boolean
results.answers.key
string
必填
results.businessProfileId
string
The ID of an existing Business Profile.
results.businessProfileVersion
integer
The version of the Business Profile.
results.createdAt
string
必填
results.displayName
string
results.formId
string
必填
results.id
string
必填
results.locale
string
必填
results.organizationId
string
必填
results.reviewComment
string
results.status
string
必填
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
results.tags
array of object
显示子属性
results.tags.key
string
必填
results.tags.value
string
必填
results.updatedAt
string
必填
代码示例
curl -X GET 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'