Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Items for Attention
This request returns all items for attention for a member.
Request URL
Syntax | GET /restapi/members/{loginid}/ifas |
---|---|
Example URL |
https://api.uat.foliofn.com/restapi/members/Mbr1234ABCD/ifas https://api.uat.foliofn.com/restapi/members/Mbr1234ABCD/ifas?statuses=I,V |
Response Data Fields
See detail information of the data fields in Get an Item for Attention endpoint.
Error Codes
HTTP Code Status | Field | Code | Description |
---|---|---|---|
403 | – | – | The specified user is not allowed to use this request. |
400 | statuses | 9109 | Invalid status value. |
Response Example
HTTP/1.1 200 OK
Date: Tue, 08 Nov 2016 13:20:11 GMT
Transfer-Encoding: chunked
Location: http://testapi.foliofn.com/restapi/members/Mbr1234ABCD/ifas
Content-Type: application/json
Content-Language: en
[
{
"createDateTime" : "2015-08-01T00:00:00.000-04:00",
"forceResponse" : false,
"forceView" : true,
"itemForAttentionId" : "485383",
"itemForAttentionStatus" : "I",
"itemForAttentionType" : "NO",
"memberOid" : "1944731031",
"numberOfViews" : "1",
"priority" : "9000",
"readDocumentKey" : { },
"targetOid" : "0",
"viewsRemaining" : "1",
"writeDocumentKey" : { }
},
{
"createDateTime" : "2015-08-01T00:00:00.000-04:00",
"forceResponse" : true,
"forceView" : true,
"itemForAttentionId" : "485392",
"itemForAttentionStatus" : "I",
"itemForAttentionType" : "AA",
"memberOid" : "1944731031",
"numberOfViews" : "-100",
"priority" : "8999",
"readDocumentKey" : {
"documentKey" : "pc.acct.agreement.ia",
"documentPartnerCode" : "WHITE-LABEL"
},
"readDocumentPath" : "/WHITE-LABEL/sections/Public Content/pdf/CustomerAgreementAdvisor",
"targetOid" : "8646911286496083459",
"targetOidType" : "A",
"viewsRemaining" : "-100",
"writeDocumentKey" : {
"documentKey" : "RE14467003.ACA",
"documentPartnerCode" : "IAFIRM"
},
"writeDocumentPath" : "/IAFIRM/sections/Account Documents/RE14467003/Folio Account Agreement"
}
]
Change Log
12/02/2016
- Created page.