Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of credit scores.

Collection of Nano.CreditScore
NameDescriptionTypeAdditional information
bureau

Gets or sets the bureau.

string

None.

bureauStatus

Gets or sets the bureau status.

string

None.

date

Gets or sets the date.

date

None.

isAppRepresentative

Gets or sets a value indicating whether this is app representative.

boolean

None.

isPersonRepresentative

Gets or sets a value indicating whether this is person representative.

boolean

None.

isPreliminary

Gets or sets a value indicating whether this is the preliminary score.

boolean

None.

score

Gets or sets the score.

integer

None.

app

Gets or sets the application identifier.

integer

None.

creditReport

Gets or sets the credit report identifier.

integer

None.

id

Gets or sets the credit score identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "bureau": "sample String 1",
    "bureauStatus": "sample String 2",
    "date": "2025-04-25T18:43:41.7697552Z",
    "isAppRepresentative": true,
    "isPersonRepresentative": true,
    "isPreliminary": true,
    "score": 1,
    "app": "6",
    "creditReport": "1",
    "id": "7",
    "person": "1"
  },
  {
    "bureau": "sample String 1",
    "bureauStatus": "sample String 2",
    "date": "2025-04-25T18:43:41.7697552Z",
    "isAppRepresentative": true,
    "isPersonRepresentative": true,
    "isPreliminary": true,
    "score": 1,
    "app": "6",
    "creditReport": "1",
    "id": "7",
    "person": "1"
  }
]

text/html

Sample:
[{"bureau":"sample String 1","bureauStatus":"sample String 2","date":"2025-04-25T18:43:41.7697552Z","isAppRepresentative":true,"isPersonRepresentative":true,"isPreliminary":true,"score":1,"app":"6","creditReport":"1","id":"7","person":"1"},{"bureau":"sample String 1","bureauStatus":"sample String 2","date":"2025-04-25T18:43:41.7697552Z","isAppRepresentative":true,"isPersonRepresentative":true,"isPreliminary":true,"score":1,"app":"6","creditReport":"1","id":"7","person":"1"}]

application/xml, text/xml

Sample:
<ArrayOfCreditScore xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CreditScore>
    <Bureau>sample String 1</Bureau>
    <BureauStatus>sample String 2</BureauStatus>
    <Date>2025-04-25T18:43:41.7697552Z</Date>
    <IsAppRepresentative>true</IsAppRepresentative>
    <IsPersonRepresentative>true</IsPersonRepresentative>
    <IsPreliminary>true</IsPreliminary>
    <Score>1</Score>
    <AppId>6</AppId>
    <CreditReportId>1</CreditReportId>
    <CreditScoreId>7</CreditScoreId>
    <PersonId>1</PersonId>
  </CreditScore>
  <CreditScore>
    <Bureau>sample String 1</Bureau>
    <BureauStatus>sample String 2</BureauStatus>
    <Date>2025-04-25T18:43:41.7697552Z</Date>
    <IsAppRepresentative>true</IsAppRepresentative>
    <IsPersonRepresentative>true</IsPersonRepresentative>
    <IsPreliminary>true</IsPreliminary>
    <Score>1</Score>
    <AppId>6</AppId>
    <CreditReportId>1</CreditReportId>
    <CreditScoreId>7</CreditScoreId>
    <PersonId>1</PersonId>
  </CreditScore>
</ArrayOfCreditScore>

application/vnd.api+json

Sample:

Sample not available.