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

Get Verified Accreditation Status

This request returns the accreditation verification status for a member.

Request URL

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

Response Data Fields

Field Description
memberOid The unique identifier of the member.
parentVerifyLevel Base-level determination of accreditation. See Verified Accreditation Status for available codes and descriptions.
parentVerifyLevelExpirationDate The expiration date for the verified status, dependent upon the method of verification. Once expired, reverification is required. See Verified Accreditation Codes and Terms for an explanation of the expiration timeframes.
subVerifyLevel The subcategory of accreditation, if one exists. See Verified Accreditation Sub-Level Status for available codes and descriptions.
subVerifyLevelExpirationDate The expiration date for the accreditation subcategory.
verifyMethod The method by which the accreditation level was determined. See Verification Method Status for available codes and descriptions.
verifyNote Free form entry for comments or notes associated with the verified status. This field may be used to record special circumstances, types of documentation received, etc. This field is required if the verifyMethod field is “T”.
verifyTimestamp The date and timestamp of the last verification status update.

Response Example


HTTP/1.1: 200 OK
Content-Type: application/json
Date: Tue, 17 Dec 2013 13:29:40 GMT
Server: Sun GlassFish Enterprise Server v2.1.1
Transfer-Encoding: chunked
X-Powered-By: Servlet/2.5

{
  "memberOid" : "1513209476052329017",
  "parentVerifyLevel" : "A",
  "parentVerifyLevelExpirationDate" : "2014-05-20T00:00:00.000-05:00",
  "subVerifyLevel" : "C",
  "subVerifyLevelExpirationDate" : "2015-02-20T05:00:00.000+0000",
  "verifyMethod" : "N",
  "verifyNote" : "hohohohohoho, xyxyxyxyxyx.",
  "verifyTimestamp" : "2014-02-21T19:34:28.670+0000"
}

Getting Started

REST APIs

Resources