V1 Field Reader

Retrieve values for specific fields in a loan.

📘

Format of date and date-time values

As part of the Field Reader API response, all the values are returned as string values. However, the formatting is different for various fields:

  1. Date fields are returned in the format of "MM/DD/YYYY". For example, "08/29/2019"
  2. Date-time fields that have the timezone indicator stored are returned in the ISO format, in UTC timezone. For example, "2019-08-27 16:57:04Z"
  3. Date-time fields that do not have the timezone indicator stored will be returned as a string. For example, "08/29/2019 11:20:28 AM"
Path Params
string
required

The unique identifier assigned to the loan.

Query Params
boolean
Defaults to false

If set to true, the response will include the metadata for the fields specified, and returns details such as format, description, type, options and readOnly indicator. Default behavior is false, in which case, only the fieldId and value are returned for the fields in the request body.

Body Params
Headers
string
required

Bearer token

Responses

201

Created

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
LoadingLoading…
Response
Choose an example:
application/json