Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The computed app detail.

Nano.ComputedAppDetail
NameDescriptionTypeAdditional information
completionPercent

Gets or sets the completion percent.

decimal number

None.

firstPaymentDate

Gets or sets the first payment date.

string

None.

fundingDate

Gets or sets the funding date.

string

None.

id

Gets or sets the computed application detail identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "completionPercent": 1.0,
  "firstPaymentDate": "sample String 1",
  "fundingDate": "sample String 2",
  "id": "3",
  "app": "4"
}

text/html

Sample:
{"completionPercent":1.0,"firstPaymentDate":"sample String 1","fundingDate":"sample String 2","id":"3","app":"4"}

application/xml, text/xml

Sample:
<ComputedAppDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CompletionPercent>1</CompletionPercent>
  <FirstPaymentDate>sample String 1</FirstPaymentDate>
  <FundingDate>sample String 2</FundingDate>
  <ComputedAppDetailId>3</ComputedAppDetailId>
  <AppId>4</AppId>
</ComputedAppDetail>

application/vnd.api+json

Sample:

Sample not available.