Skip to content
Corp Action Management

Query Voting Info

Retrieves the meeting information and proposal (proxy) list of a single shareholders' meeting (Voting) corporate action.

Request parameters

  • Required: ann_id (announcement ID) identifying the target shareholders' meeting corporate action.

Response

On success, returns the meeting time, place, type, number of proposals, and the proposal list proxy_details. number_of_proposals equals the number of elements in proxy_details.

POSThttps://b-api.longbridge.xyz/corporate_action/query/voting/info

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

ann_idintegerrequired

Announcement ID identifying the target shareholders' meeting (Voting) corporate action.

Responses

HTTP 200The request was processed successfully. data contains the meeting information and proposal list.
Standard response envelopecodemessagedata
dataobjectdata structure
ann_idintegerrequired

Announcement ID.

number_of_proposalsintegerrequired

Number of proposals; equals the number of elements in proxy_details.

meeting_timestringrequired

Meeting time.

meeting_placestringrequired

Meeting place.

meeting_typestringrequired

Type of shareholders' meeting.

proxy_detailsarray<object>required

List of proposals.

Child attributes
idintegerrequired

Proposal ID.

proxy_serialstringrequired

Proxy serial; used as chosen_proxy_serial when submitting voting instructions.

description_summary_proxy_formstringrequired

Summary description of the proposal.

remarkstringrequired

Remark.

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