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

Get All Trustees

This request returns brief information for all the trustees under a firm, so that the trustee may be associated with a corporate account.

Trustees can only be associated with corporate accounts.

Request URL

Syntax GET /restapi/trustees
Example URL https://api.uat.foliofn.com/restapi/trustees

Response Data Fields

Field Description
dateOfBirth The trustee’s date of birth.
email1 The primary email address of the trustee.
firstName The first name of the trustee.
lastName The last name of the trustee.
loginId The username of the requested trustee.
memberOid The unique identifier of the trustee.

Response Example


Status Code: 200 OK
Content-Type: application/json
Date: Tue, 17 Jun 2014 13:29:40 GMT
Server: Sun GlassFish Enterprise Server v2.1.1
Transfer-Encoding: chunked
X-Powered-By: Servlet/2.5
[
{
  "dateOfBirth" : "1960-01-01T00:00:00.000-05:00",
  "email1" : " trustee@email.com ",
  "firstName" : "FirstName ",
  "lastName" : "LastName ",
  "loginId" : "trusteeusername1",
  "memberOid" : "1231234234235123"
},
{
  "dateOfBirth" : "1975-01-01T00:00:00.000-05:00",
  "email1" : " trustee@email.com ",
  "firstName" : "FirstName",
  "lastName" : "LastName ",
  "loginId" : "trusteeusername2",
  "memberOid" : "1231244325431223",
  "title" : "DR"
}
]

Getting Started

REST APIs

Resources