GET api/CurrentMonthlyTotals/UnderReview

Get monthly total and total for each tier for Applications that are under review

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

uspWDTFTotalUnderReview_Result
NameDescriptionTypeAdditional information
Total

decimal number

None.

Tier1Total

decimal number

None.

Tier2Total

decimal number

None.

Tier3Total

decimal number

None.

Tier4Total

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1.0,
  "Tier1Total": 1.0,
  "Tier2Total": 1.0,
  "Tier3Total": 1.0,
  "Tier4Total": 1.0
}

text/html

Sample:
{"Total":1.0,"Tier1Total":1.0,"Tier2Total":1.0,"Tier3Total":1.0,"Tier4Total":1.0}

application/xml, text/xml

Sample:
<uspWDTFTotalUnderReview_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <Tier1Total>1</Tier1Total>
  <Tier2Total>1</Tier2Total>
  <Tier3Total>1</Tier3Total>
  <Tier4Total>1</Tier4Total>
  <Total>1</Total>
</uspWDTFTotalUnderReview_Result>