Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Private Placement Offers
This request returns the list of private placement offers that are accessible to the firm and its clients.
Request URL
Syntax | GET /restapi/privateplacementoffers |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/privateplacementoffers?offerstatus=option |
Error Code
Please refer to Error Code for the error codes that can be returned from this API.
Query Parameters
Name | Value | Description |
---|---|---|
offerstatus | all | Return all offers. This is the default option. |
initial | Return the offers in the “INITIAL” status. | |
inprogress | Return the offers in the “IN_PROGRESS” status. | |
closedincomplete | Return the offers in the “CLOSED_INCOMPLETE” status. | |
closedcancelled | Return the offers in the “CLOSED_CANCELLED” status. | |
closedcomplete | Return the offers in the “CLOSED_COMPLETE” status. | |
open | Return the offers in the “INITIAL” or “IN_PROGRESS” status. | |
closed | Return the offers in the “CLOSED_INCOMPLETE”, “CLOSED_CANCELLED”, or “CLOSED_COMPLETE” status. |
Please refer to Private Placement Offer Status Code for more details on offer status.
Response Data Fields
See Get a Private Placement Offer 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: Mon, 10 Mar 2014 21:04:32 GMT
[
{
"accreditationSetting" : "E",
"blueSkyedStates" : [ "VA", "CA" ],
"clientsHaveAccess" : true,
"closingDate" : "2014-03-09T00:00:00.000-05:00",
"creatingFirmOid" : "4467570830362141032",
"creatingFirmRepresentativeOid" : "1729382258151666074",
"creatingMemberOid" : "1729382258151666074",
"creationTimestamp" : "2014-03-07T14:22:55.563-05:00",
"daysFromClosingCashIsRequired" : "0",
"deliveryMethod" : "DVPRVP",
"documentationExternal" : true,
"executionType" : "A",
"exemption" : "D",
"industry" : "AGR",
"iraApproved" : false,
"issuerSize" : "B",
"issuingFirmOid" : "2882303762409640972",
"issuingFirmRepresentativeOid" : "3098476544523424777",
"maximumInvestmentAmount" : "100000",
"minimumAnnualIncomeRange" : "1",
"minimumInvestmentAmount" : "1",
"minimumLiquidNetWorthRange" : "1",
"minimumNetWorthRange" : "1",
"modificationTimestamp" : "2014-03-07T17:09:44.845-05:00",
"offerMinimum" : "1000000.00",
"offerName" : "PRIV.Z7827 Private REST Endpoint Test",
"offerSize" : "1000000.0",
"offerStatus" : "I",
"participatingFirms" : [ {
"participatingFirmId" : "POWERINVESTING",
"participatingFirmStatus" : "A"
}, {
"participatingFirmId" : "SMARTINVESTING",
"participatingFirmStatus" : "D"
} ],
"physicalSignatureRequired" : false,
"previousExperienceSetting" : "N",
"priceDiscountAmount" : "0.2",
"privatePlacementOfferOid" : "6629298651489370598",
"published" : true,
"publishedDate" : "2014-03-07T00:00:00.000-05:00",
"qualifiedInstitutionalBuyerSetting" : "A",
"security" : {
"companyName" : "PRIV.Z7827 Private REST Endpoint Test",
"cusip" : "FPPPPP127",
"directBuyable" : false,
"instrumentType" : "COMSTOCK",
"previousClosingPrice" : "1",
"settlementPeriod" : "1",
"ticker" : "PRIV.Z7827",
"windowBuyable" : false
},
"securityType" : "E"
}
]
Change Log
10/11/2018
- Added new field priceDiscountAmount and deliveryMethod