Skip to content
Longport Whale
File Sending

OB Downstream File Sending

Query the OB Downstream File Sending list.

POSThttps://b-api.longbridge.xyz/v1/datasets/ipo_ob_file_downstream_sends

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

filtersobject

Filters

Child attributes
filters.member_idstring

Client

filters.ledger_datestring

File Date. Defaults to today (rolling relative to the request date) when omitted.

filters.marketstring

Market. Values are dynamically queried from ob_file_markets (not fixed); fetch them live via GET /v1/datasets/refs/ob_file_markets.

filters.file_codestring

File Type. Values are dynamically queried from ob_file_types_ref (not fixed); fetch them live via GET /v1/datasets/refs/ob_file_types.

filters.statusstring

File Status. Options: 0 = Unsent; 1 = Sending; 2 = Sent; 3 = Sending Failure; 4 = Sent And Updated

01234

pageinteger

Page

page_sizeinteger

Page Size

orderByarray<object>

Order By

Responses

HTTP 200Paginated list result.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>required

List

totalintegerrequired

Total

Whale Docs