https://b-api.longbridge.xyz/v1/announcementAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Parameters
idintegerRequiredUnique identifier of the announcement to retrieve.
Responses
HTTP 200On success, returns the complete configuration object for the announcement.codemessagedatadataobjectdata structureReturned value: Complete configuration object for the announcement.
Returned value: Announcement type.
Returned value: Multi-language title, returned as a JSON string keyed by language code such as zh-CN, zh-HK, and en.
Returned value: Multi-language announcement content, returned as a JSON string.
Returned value: Multi-language rich-text content, returned as a JSON string.
Returned value: Display channel configuration. A map from platform keys such as ios, android, and pc to booleans indicating whether the announcement shows on that channel. Version-gated channels additionally carry <platform>_low and <platform>_up fields for the effective version range.
Returned value: Whether the user is allowed to manually dismiss the announcement.
Returned value: Display conditions for the announcement, returned as a JSON string.
Returned value: Target user scope configuration, including the account channel (account_channel), user cluster (user_cluster, cluster_id), and organizations (org_ids).
Returned value: Redirect link opened when the announcement is clicked.
Returned value: Multi-language button copy, returned as a JSON string.
Returned value: Announcement priority; a larger value means higher priority.
Returned value: Reason for publishing or changing the announcement.
Returned value: Time when the announcement starts showing, as a Unix timestamp in seconds.
Returned value: Time when the announcement stops showing, as a Unix timestamp in seconds.
Returned value: Announcement status.
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