Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

The account identifier.

integer

None.

appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of app events.

Collection of Nano.AppEvent
NameDescriptionTypeAdditional information
date

Gets or sets the date.

date

None.

id

Gets or sets the application event identifier.

integer

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.

Response Formats

application/json, text/json

Sample:
[
  {
    "date": "2025-04-25T18:19:55.7473348Z",
    "id": "2",
    "app": "3",
    "createdBy": "1",
    "loanProcessEvent": "sample String 4"
  },
  {
    "date": "2025-04-25T18:19:55.7473348Z",
    "id": "2",
    "app": "3",
    "createdBy": "1",
    "loanProcessEvent": "sample String 4"
  }
]

text/html

Sample:
[{"date":"2025-04-25T18:19:55.7473348Z","id":"2","app":"3","createdBy":"1","loanProcessEvent":"sample String 4"},{"date":"2025-04-25T18:19:55.7473348Z","id":"2","app":"3","createdBy":"1","loanProcessEvent":"sample String 4"}]

application/xml, text/xml

Sample:
<ArrayOfAppEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppEvent>
    <Date>2025-04-25T18:19:55.7473348Z</Date>
    <AppEventId>2</AppEventId>
    <AppId>3</AppId>
    <CreatedById>1</CreatedById>
    <LoanProcessEventId>sample String 4</LoanProcessEventId>
  </AppEvent>
  <AppEvent>
    <Date>2025-04-25T18:19:55.7473348Z</Date>
    <AppEventId>2</AppEventId>
    <AppId>3</AppId>
    <CreatedById>1</CreatedById>
    <LoanProcessEventId>sample String 4</LoanProcessEventId>
  </AppEvent>
</ArrayOfAppEvent>

application/vnd.api+json

Sample:

Sample not available.