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

Get All Forms 1099

This request returns the list of forms 1099 that are available for download for a member.

A consolidated form 1099 is produced for taxable accounts and details the income associated with that account for a particular year. Our consolidated form 1099 is a single document with sections for 1099-DIV, 1099-INT, 1099-MISC, 1099-OID and 1099-B. The first four 1099 documents are found on page one of the consolidated form 1099. These documents, along with the 1099-B pages (which list security sales and other proceeds) contain account data that is furnished to the IRS and must be included in your tax return.

Consolidated forms 1099 are generally not produced for the following accounts:

  • Accounts with no security sales and less than $10 in dividend and interest income.
  • Non-taxable accounts (including IRA accounts which may instead receive form 1099-R).
  • Corporate accounts (corporate accounts will receive an informational summary document that looks very similar to a form 1099, but does not contain information that is reported to the IRS).

Request URL

Syntax GET /restapi/members/{loginid}/downloads/1099
Example URL https://api.uat.foliofn.com/restapi/members/testusername/downloads/1099

Response Data Fields

See field descriptions in Get All Member Statements endpoint.

Response Example


HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Content-Type: application/json
Transfer-Encoding: chunked
Date: Thu, 11 Sep 2014 18:35:54 GMT
[
{
  "createts": "2014-02-26T00:00:00.000-05:00",
  "isCorrected": false,
  "isRead": true,
  "ownerId": "testusername",
  "ownerType": "M",
  "readts": "2014-11-13T00:00:00.000-05:00",
  "reportDataType": "P",
  "reportDate": "2013-12-31T00:00:00.000-05:00",
  "reportId": "2017612634322626269",
  "reportType": "X"
},
{
  "createts": "2014-02-26T00:00:00.000-05:00",
  "isCorrected": false,
  "isRead": false,
  "ownerId": "testusername",
  "ownerType": "M",
  "reportDataType": "P",
  "reportDate": "2013-12-31T00:00:00.000-05:00",
  "reportId": "7205759405053437961",
  "reportType": "X"
}
]

Getting Started

REST APIs

Resources