Request Information

URI Parameters

NameDescriptionTypeAdditional information
appEventId

The app event identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The app event, if it exists.

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:11:01.1459373Z",
  "id": "2",
  "app": "3",
  "createdBy": "1",
  "loanProcessEvent": "sample String 4"
}

text/html

Sample:
{"date":"2025-04-25T18:11:01.1459373Z","id":"2","app":"3","createdBy":"1","loanProcessEvent":"sample String 4"}

application/xml, text/xml

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

application/vnd.api+json

Sample:

Sample not available.