GET web_api/activity_reports_v5_8?start={start}&end={end}
Get an Activity Report (Version 5.8) for a date range. If the start or end parameter is not included in the request, then the default value for start is midnight Central time zone for the current day, and the default value for end is the current date and time.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
start |
Optional start DateTime for the report range |
date |
None. |
end |
Optional end DateTime for the report range |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
An Activity Report for your API user including all inquiries over the report range
GiactActivityReport_5_8Name | Description | Type | Additional information |
---|---|---|---|
StartDateTime |
The starting DateTime of the report |
date |
None. |
EndDateTime |
The ending DateTime of the report |
date |
None. |
TotalCallCount |
The total count of inquiries |
integer |
None. |
GVerifyCount |
Count of inquiries with gVerify enabled but CustomerID not enabled |
integer |
None. |
GAuthenticateCount |
Count of inquiries with gAuthenticate enabled but CustomerID not enabled |
integer |
None. |
ProprietaryScrubs |
Count of inquiries that returned an AccountResponseCode starting with GS |
integer |
None. |
RealTimeHitCount |
Count of inquiries that returned a response from the real-time account status service |
integer |
None. |
RealTimeExtendedHitCount |
Count of inquiries that returned a response from the real-time extended (RTX) account status service |
integer |
None. |
NegativeDataHitCount |
Count of inquiries that returned a response from the negative data service |
integer |
None. |
NoDataCount |
Count of inquiries that returned a "no data" response due to no data found in any of the services |
integer |
None. |
RtxStatusUpdatesFromPreviousDaysBatchCount |
Count of inquiries that were submitted on a previous day after the RTX cut-off time and therefore processed on the current day |
integer |
None. |
AccountResponseCodeBreakdown |
A list of the Account Response Code values along with the count of inquiries that returned the code |
Collection of ResponseCodeBreakdownItem |
None. |
GVerifyWithCustomerIdCount |
Count of inquiries with gVerify enabled and CustomerID was also enabled |
integer |
None. |
GAuthenticateWithCustomerIdCount |
Count of inquiries with gAuthenticate enabled and CustomerID was also enabled |
integer |
None. |
GAuthenticateOwnerDataEligibleCount |
Count of inquiries with gAuthenticate enabled and owner/signer data was eligible based on the AccountResponseCode value |
integer |
None. |
GAuthenticateOwnerDataFoundCount |
Count of inquiries with gAuthenticate enabled and owner/signer data was available at the financial institution for comparison |
integer |
None. |
GAuthenticateWithPlusIdUsedCount |
Count of inquiries with gAuthenticate enabled that used the CustomerID/gIdentify service to prevent warning on stale owner/signer data at the financial institution |
integer |
None. |
CustomerResponseCodeBreakdown |
A list of the Customer Response Code values along with the count of inquiries that returned the code |
Collection of ResponseCodeBreakdownItem |
None. |
FundsConfirmationInquiryCount |
Count of inquiries with the Funds Confirmation service enabled |
integer |
None. |
FundsConfirmationEligibleCount |
Count of inquiries with the Funds Confirmation service enabled that had an eligible AccountResponseCode value |
integer |
None. |
FundsConfirmationDataFoundCount |
Count of inquiries with the Funds Confirmation service enabled that had an eligible AccountResponseCode value and also returned a Funds Confirmation response from a participating financial institution |
integer |
None. |
FundsConfirmationResultBreakdown |
A list of the Funds Confirmation Result values along with the count of inquiries that returned the code |
Collection of FundsConfirmationResultBreakdownItem |
None. |
VoidedCheckImageReturnedCount |
Count of inquiries that received a voided check image in the result |
integer |
None. |
MobileVerificationCount |
Count of inquiries with the gMobile Verification service enabled |
integer |
None. |
MobileIdentificationCount |
Count of inquiries with the gMobile Identification service enabled |
integer |
None. |
MobileLocationCount |
Count of inquiries with the gMobile Location service enabled |
integer |
None. |
GIdentifyCount |
Count of inquiries with the full gIdentify service enabled that used consumer data |
integer |
None. |
GIdentifyBusinessCount |
Count of inquiries with the full gIdentify service enabled that used business data |
integer |
None. |
GIdentifyKbaCount |
Count of inquiries with the full gIdentify service including KBA enabled |
integer |
None. |
GIdentifyEsiCount |
Count of inquiries with the gIdentify ESI service enabled |
integer |
None. |
CustomerIdResultsCount |
Count of inquiries that received a CustomerResponseCode value from the CustomerID/gIdentify service using consumer data |
integer |
None. |
CustomerIdBusinessResultsCount |
Count of inquiries that received a CustomerResponseCode value from the CustomerID/gIdentify service using business date |
integer |
None. |
OfacListScanCount |
Count of inquiries with the gOFAC service enabled |
integer |
None. |
IpAddressInformationCount |
Count of inquiries with the gIdentify IP Address Information service enabled |
integer |
None. |
DomainWhoisCount |
Count of inquiries with the gIdentify Domain WHOIS service enabled |
integer |
None. |
SecureLinkCount |
Total count of items using the SecureLink suite of services |
integer |
None. |
SecureLinkConfirmationCount |
Count of items using SecureLink's Confirmation Question service |
integer |
None. |
SecureLinkSecurityCodeCount |
Count of items using SecureLink's Security Code service |
integer |
None. |
SecureLinkMobileLocationCount |
Count of items using SecureLink's Mobile Location service |
integer |
None. |
OcrCheckCount |
Count of items using gScan's Check OCR service |
integer |
None. |
OcrIdCount |
Count of items using gScan's ID OCR service |
integer |
None. |
BeneficialIdCount |
Count of items using Beneficial ID service |
integer |
None. |
GAuthOnlyCount |
Count of inquiries with gAuth-Only |
integer |
None. |
GAuthOnlyDataFoundCount |
Count of inquiries with gAuth-Only enabled and either GS/GP code was returned or owner/signer data was available at the financial institution for comparison |
integer |
None. |
OpenBankingTotalTransactionCount |
Count of total inquiries made through the Open Banking Service |
integer |
None. |
OpenBankingAccountsCount |
Count of inquiries made through the OpenBanking 'Accounts' service |
integer |
None. |
OpenBankingAccountsAchCount |
Count of inquiries made through the OpenBanking 'Accounts ACH' service |
integer |
None. |
OpenBankingAccountOwnerCount |
Count of inquiries made through the OpenBanking 'Account Owner' service |
integer |
None. |
OpenBankingAccountBalanceCount |
Count of inquiries made through the OpenBanking 'Account Balance (Cached)' service |
integer |
None. |
OpenBankingAccountBalanceLiveCount |
Count of inquiries made through the OpenBanking 'Account Balance (Live)' service |
integer |
None. |
OpenBankingVoiCount |
Count of inquiries made through the OpenBanking 'Account VOI' service |
integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.