Depending on applicable regulations or business limitations, specific API requests may not be available for your use.

Get Corporate Action Count

This request returns corporate action count.

Request URL

Syntax GET /restapi/accounts/{accountNumber}/corporateactions/count
Example URL https://api.uat.foliofn.com/restapi/accounts/RA7123400B/corporateactions/count

Response Data Fields

Field Description
mandatoryCorpNotice Number of Mandatory corporate notice.
proxyVote Number of proxy votes.
voluntaryCorpAction Number of Voluntary corporate notice.

Response Example


HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://api.uat.foliofn.com/restapi/members/testusername
Link: <https://api.uat.foliofn.com/restapi/members/testusername>; rel="PUT"; type="application/json"; title="updateMember"
Content-Type: application/json
Transfer-Encoding: chunked
Date: Fri, 21 Feb 2014 18:23:54 GMT

{
 "mandatoryCorpNotice": "2",
 "proxyVote": "4",
 "voluntaryCorpAction": "1"
}



Change Log

12/02/2016

  1. New Documentation.

Getting Started

REST APIs

Resources