Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of underwriting decision.

Collection of Nano.UnderwritingDecision
NameDescriptionTypeAdditional information
date

Gets or sets the date.

date

None.

decision

Gets or sets the decision.

string

None.

description

Gets or sets the description.

string

None.

app

Gets or sets the application identifier.

integer

None.

createdBy

Gets or sets the created by identifier.

integer

None.

loanProcessEvent

Gets or sets the loan process event identifier.

string

None.

id

Gets or sets the underwriting decision identifier.

integer

None.

notes

Gets or sets the note ids.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "date": "2025-04-25T18:34:08.078442Z",
    "decision": "sample String 2",
    "description": "sample String 3",
    "app": "4",
    "createdBy": "1",
    "loanProcessEvent": "sample String 5",
    "id": "6",
    "notes": [
      "1",
      "2"
    ]
  },
  {
    "date": "2025-04-25T18:34:08.078442Z",
    "decision": "sample String 2",
    "description": "sample String 3",
    "app": "4",
    "createdBy": "1",
    "loanProcessEvent": "sample String 5",
    "id": "6",
    "notes": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"date":"2025-04-25T18:34:08.078442Z","decision":"sample String 2","description":"sample String 3","app":"4","createdBy":"1","loanProcessEvent":"sample String 5","id":"6","notes":["1","2"]},{"date":"2025-04-25T18:34:08.078442Z","decision":"sample String 2","description":"sample String 3","app":"4","createdBy":"1","loanProcessEvent":"sample String 5","id":"6","notes":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.