Skip to content
Bizcode Group Management

Get All Biz Code Info

Get All Biz Code Info.

Request parameters

  • Optional: locale (locale)
  • See each field for its format, allowed values, and business meaning.

Result

On success, the endpoint returns the requested data. See the 200 response schema for field definitions.

GEThttps://b-api.longbridge.xyz/portfolio/dawn/get_all_biz_code_info

Authorization

AuthorizationstringheaderRequired

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

Parameters

localestring

The current UI language sent by the client for title localization; in practice the language is actually controlled by the Accept-Language header.

Responses

HTTP 200The request was processed successfully. data contains info_list, info_list_ex.
Standard response envelopecodemessagedata
dataobjectdata structure
info_listarray<object>

Biz Code Group Tree. Grouped by major category, e.g. "Derivatives" DP / "Crypto", etc.

Child attributes
titlestring

Group Title. Localized per Accept-Language.

valuestring

Group Code. Returned value: Display text for the dictionary entry.

childrenarray<object>

Biz Codes. Returned value: List of biz codes.

Child attributes
titlestring

Biz Code Title. e.g. "LDPDNSDR maturity redemption position payout"

valuestring

Biz Code Value. Returned value: Display text for the dictionary entry.

info_list_exarray<string>

Extended Group Tree. Observed as an empty array; purpose unknown.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs