Get Dashboard RecordsAsk AIpost https://api.portone.cloud/api/recon/v3/dashboard-recordsThis endpoint is used to fetch the ingested records of a Data SourceBody ParamsfromstringrequiredThe Start date of date rangetostringrequiredThe End date of date rangedata_sourcestringrequiredThe data_source_id for which you want to fetch the recordsrecord_typestringenumrequiredpayment for forward transactions and refund for recon of refund transactionspaymentrefundAllowed:paymentrefundstatusstringenumrequiredstatus of records, can be empty stringreconciledunreconciledSankeyReconOrdersSankeyUnmatchedSkuAllowed:reconciledunreconciledSankeyReconOrdersSankeyUnmatchedSkumismatchesstringenumto fetch reconciled transactions on basis of mismatch like Amount mismatch, Fee mismatch, Quantity mismatch, etc.mismatch_nomismatch_feemismatch_taxmismatch_amountmismatch_quantityAllowed:mismatch_nomismatch_feemismatch_taxmismatch_amountmismatch_quantitymsm_idintegerrequiredMerchant Source Mapping ID, get it from data-sources apibrand_idarrayArray of brand_id, can be fetched from merchant-custom-data apibrand_idmarketplace_idarrayArray of marketplace_id, can be fetched from merchant-custom-data apimarketplace_idcountryarrayArray of country, can be fetched from merchant-custom-data apicountrycurrencyarrayArray of currency, can be fetched from merchant-custom-data apicurrencypageintegerrequired≥ 1The page number of the records to be fetchedpage_sizeintegerrequired≥ 1The page size of the records to be fetchedenvironmentstringenumrequiredThe environment of the transaction is either live OR sandboxlivesandboxAllowed:livesandboxHeadersX-Portone-Client-KeystringAuthorizationstringThe Authorization header is used to include the JWT for authenticating API requests; learn how to generate the token in this guideContent-TypestringResponses 200OK 400Bad RequestUpdated 7 months ago