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

Get All Private Placement Subscriptions

This request returns the information for all private placement subscriptions for a specific account.

Request URL

Syntax GET /restapi/accounts/{accountnumber}/privateplacementorders
Example URL https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/privateplacementorders

Response Data Fields

See Get a Private Placement Subscription for the details of each field.

Response Example


HTTP/1.1 200 OK
User-Agent: Jakarta Commons-HttpClient/3.1
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Content-Type: application/json
Transfer-Encoding: chunked
Date: Tue, 11 Mar 2014 15:06:39 GMT

[
  {
  "accountNumber" : "RA1234ABCD",
  "creationTimestamp" : "2014-03-11T10:28:29.786-04:00",
  "discretionary" : true,
  "fillDollarAmount" : "1000.00000",
  "folioNumber" : "RA1234ABCD",
  "originatingMemberOid" : "1729382258151666074",
  "privatePlacementOfferOid" : "2161727821137838248",
  "privatePlacementOrderOid" : "4683743612465315958",
  "reasonForTrade" : "NS",
  "requestedDollarAmount" : "1000.00000",
  "side" : "1",
  "solicited" : true,
  "status" : "I"
  }
]

Getting Started

REST APIs

Resources