Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Messages
This request returns a list of message center alerts
Request URL
Syntax | GET /restapi/members/{loginid}/messages |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/members/testusername/messages |
Response Data Fields
Field | Description |
---|---|
Subject | Email subject |
Category | Category of message |
Has Attachment | Whether tdis message has an attachment |
Date Received | Date and time message was sent |
Status | Read/Not Read |
Message ID | Message ID that can be used to get content, modify status, or delete message |
Response Example
HTTP/1.1 200 OK
Location: https://api.uat.foliofn.com/restapi/members/testusername/messages
Content-Language: en
Content-Type: application/json
Transfer-Encoding: chunked
Date: Wed, 20 Jun 2018 20:50:06 GMT
[
{
"category": "Deposits Withdrawals and Transfers",
"dateReceived": "2018-06-20T15:20:06.000-04:00",
"hasAttachment": false,
"messageId": "acea1d31-abcd-9999-9er5-abcdefghijk",
"status": "U",
"subject": "EFT Banklink Available For Verification"
},
{
"category": "Deposits Withdrawals and Transfers",
"dateReceived": "2018-06-20T15:20:01.000-04:00",
"hasAttachment": false,
"messageId": "acea1d31-abcd-9999-9er5-abcdefghijk",
"status": "U",
"subject": "EFT Banklink Available For Verification"
},
Change Log
03/05/2020
- Remove the extra empty line(s)
07/19/2018
- Created page.