getEquifaxHistory2
getEquifaxHistory2
Path Parameters
type string required
Possible values: [BY_CONTRACTS
, BY_LOAN_APPLICATIONS
]
type
Query Parameters
only-successful boolean
only-successful
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
checkBureauConsent boolean
completionDate date-time
dateFrom date-time
dateTo date-time
file object
extraData object
property name* string
id int64
options object
customer string
modifiers string
noise string
owner string
scheme string
signature string
status int64
uri string
id int64
portionNumber int32
startDate date-time
success boolean
type string
Possible values: [BY_CONTRACTS
, BY_LOAN_APPLICATIONS
]
[
{
"checkBureauConsent": true,
"completionDate": "2024-11-20T07:47:10.212Z",
"dateFrom": "2024-11-20T07:47:10.212Z",
"dateTo": "2024-11-20T07:47:10.212Z",
"file": {
"extraData": {},
"id": 0,
"options": {
"customer": "string",
"modifiers": "string",
"noise": "string",
"owner": "string",
"scheme": "string",
"signature": "string"
},
"status": 0,
"uri": "string"
},
"id": 0,
"portionNumber": 0,
"startDate": "2024-11-20T07:47:10.212Z",
"success": true,
"type": "BY_CONTRACTS"
}
]
Unauthorized
Forbidden
Not Found
Loading...