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

Get a Message

This request returns a specific message sent to a member’s Message Center.

Request URL

Syntax GET /restapi/members/{loginid}/messages/{id}
Example URL https://api.uat.foliofn.com/restapi/members/testusername/messages/acea1d31-abcd-9999-9er5-abcdefghijk

Response Data Fields

Field Description
Subject Email subject
From email Sender of email
Date Received Date and time message was sent
Category Category of message
Status Read/Not Read
Attachment Path(If applicable) Link to attachment
Message Body Content of the message

Response Example


HTTP/1.1 200 OK
Location: https://api.uat.foliofn.com/restapi/members/testusername/messages/acea1d31-abcd-9999-9er5-abcdefghijk
Content-Language: en
Content-Type: application/json
Transfer-Encoding: chunked
Date: Wed, 20 Jun 2018 20:50:06 GMT
{
    "attachmentPath": "https://www.folioinstitutional.com/servlets/ProcessAction/document/folioDoc?partnerCode=TRANSWMPCLIENT&docTypeCode=ACA",
    "category": "Deposits Withdrawals and Transfers",
    "dateReceived": "2018-06-20T15:20:06.000-04:00",
    "from": "Folio Client",
    "messageBody": "<html>\r\n<head>\r\n</head>\r\n<body><p>Example message body</p></body></html>",
    "status": "R",
    "subject": "EFT Banklink Available For Verification"
}

Error Codes

Code Description
messageid.invalid The message id is invalid

Change Log

03/05/2020

  1. Remove the extra empty line(s)

07/19/2018

  1. Created page.

Getting Started

REST APIs

Resources