https://b-api.longbridge.xyz/v1/datasets/atm_deposit_review_opened_detailsThis Dataset query is read-only. Use GET by default. If the encoded query parameters are too large, send the same parameters as a JSON body with POST to the same path.
Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Query parameters
Filters. Combines business filters. Omit a filter field to disable that filter.
Child attributes
Client. Filters results by Client.
Currency. Filters results by Currency.
Values are dynamic. Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
A/C No.. Filters results by A/C No..
Bank Account. Filters results by Bank Account.
Deposit Detail ID. Filters results by Deposit Detail ID.
Deposit Method. Filters results by Deposit Method.
Values are dynamic. Call GET /v1/datasets/refs/deposit_channel_types to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Date Recorded. Filters results by Date Recorded.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
Update Time. Filters results by Update Time.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
Deposit ID. Filters results by Deposit ID.
Deposit Request ID. Filters results by Deposit Request ID.
Risk Control Deposit Rules. Filters results by Risk Control Deposit Rules.
Values are dynamic. Call GET /v1/datasets/refs/deposit_audit_rule_names to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Page. Page number to retrieve, starting from 1.
Page Size. Number of records to return per page.
Order By. Array of sorting rules. Each item defines a sort field and direction.
Responses
HTTP 200On success, returns paginated Deposit Review - Opened records together with pagination metadata such as the page number, page size, and total record count.codemessagedatadataobjectdata structureList. Returned value: List of list.
Child attributes
Deposit Detail ID. Returned value: Unique identifier of the current record.
Deposit Type. Returned value: Deposit Type.
Deposit Type (raw value). Raw value of deposit_type. The deposit_type field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Bank Account. Returned value: Bank Account.
Bank Account Name. Returned value: Bank Account Name.
Client ID. Returned value: Client ID.
A/C No.. Returned value: A/C No..
User Name. Returned value: User Name.
Bank Account of Payer. Returned value: Bank Account of Payer.
Name Of Payer. Returned value: Name Of Payer.
Date Recorded. Returned value: Date Recorded. The date or time format follows the value returned by the API.
Currency. Returned value: Currency.
Currency (raw value). Raw value of from_currency. The from_currency field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Amount Received. Returned value: Amount Received.
Online Banking Serial No.. Returned value: Online Banking Serial No..
Deposit Method. Returned value: Deposit Method.
Deposit Method (raw value). Raw value of bank_operation_type_id. The bank_operation_type_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Deposit Status. Returned value: Deposit Status.
Deposit Status (raw value). Raw value of state. The state field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Order ID. Returned value: Order ID.
Update Time. Returned value: Update Time. The date or time format follows the value returned by the API.
Account Opening Status. Returned value: Account Opening Status.
Account Opening Status (raw value). Raw value of verify_state. The verify_state field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Related Party. Returned value: Related Party.
Related Party (raw value). Raw value of related_party. The related_party field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Related Party ID. Returned value: Related Party ID.
Remark. Returned value: Remark.
Fund Source. Returned value: Fund Source.
Deposit Request ID. Returned value: Deposit Request ID.
Total. Returned value: Total number of matching records, used for pagination.
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields