Fetch Passport List
Quadrata SDK API Service: Fetch Passport List
Fetch, filter, and paginate through passports onboarded by your dApp.
Parameters
filters
object
Filter Options
limit
number
Per page limit
offset
number
Query / page offset
sortBy
[string, string]
Sort by options ["sortByName", "ASC or "DESC"]
options
object
Fetch Options
Filter Options
association
string
"wallets" or "entities"
entities = Business Passports
wallets = Individual Passports
Defaults to "wallets"
attributeName
string or string[]
Attribute Name(s)
attributeStatus
QuadrataAttribute or QuadrataAttribute[]
Attribute Status(es)
walletAddress
string or string[]
Wallet Address(es)
isApproved
boolean
true for approved passports
false for not approved passports
isOnboardComplete
boolean
true for completed applications
false for incomplete applications
isProcessed
boolean
true for processed applications
false for unprocessed
isRejected
boolean
true for rejected applications
false for not-rejected
dateFrom
mm-dd-yyyy
Start date to filter by
dateTo
mm-dd-yyyy
End date to filter by
Sort By Options
createdAt
Sort by the wallet's created at date
association
Sort by the association type The association type is wallets or entities
emailVerifiedAt
Sort by the date a passport's email address was verified at
walletAddress
Sort by wallet address
SDK Configuration
Example
Example Response Data
Last updated