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

Get All Trade Confirmations

This request returns the list of trade confirmations that are available for download for a member.

Request URL

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

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-01-10T00:00:00.000-05:00",
		"isCorrected": false,
		"isRead": false,
		"ownerId": "testusername",
		"ownerType": "M",
		"reportDataType": "X",
		"reportDate": "2014-11-13T00:00:00.000-05:00",
		"reportId": "5476377148120210460",
		"reportType": "T",
		"templateOid": "1000075"
	},
	{
		"createts": "2013-12-31T00:00:00.000-05:00",
		"isCorrected": false,
		"isRead": false,
		"ownerId": "testusername",
		"ownerType": "M",
		"reportDataType": "X",
		"reportDate": "2014-11-13T00:00:00.000-05:00",
		"reportId": "936748723724968177",
		"reportType": "T",
		"templateOid": "1000075"
	}{
		"createts":"2014-07-25T00:00:00.000-04:00",
		"entityType":"M",
		"isCorrected":false,
		"ownerId":"testusername",
		"reportDate":"2014-09-11T00:00:00.000-04:00",
		"reportId":"41231231213113",
		"reportType":"T",
		"templateOid":"100005"
	}
]

Getting Started

REST APIs

Resources