Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Folios
This request returns the summary of folios for a brokerage account.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/folios |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/folios |
Response Data Fields
This request returns the list of folios for an account in the Link header. See Get a Folio for each folio information.
Response Example
Status Code: 200 OK
Content-Length: 0
Content-Type: text/html; charset=iso-8859-1
Date: Mon, 30 Sep 2013 19:07:11 GMT
Link: <https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/folios>; rel="POST"; type="application/json"; title="createFolio "
Location: https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/
Server: Sun GlassFish Enterprise Server v2.1.1
X-Powered-By: Servlet/2.5
[
{
"folioNumber": "RA1234ABCD03",
"folioName": "Bank RTG",
"accountNumber": "RA1234ABCD",
"dividendReinvest": false,
"dividendPayToAccount": true,
"folioStatus": "O"
"prepackagedFolioId": "324234234234234"
},
{
"folioNumber": "RA1234ABCD04",
"folioName": "Model Trading",
"accountNumber": "RA1234ABCD",
"dividendReinvest": false,
"dividendPayToAccount": true,
"folioStatus": "O",
"modelOid": "1123323423523452"
}
]