GET api/Dashboard/WDTF

Return the totals for the WDTF dashboard Bus reg Applications Contracts Final Report Payment Message

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

uspWDTFXGetWDTFDashBoardTotals_Result

uspWDTFXGetWDTFDashBoardTotals_Result
NameDescriptionTypeAdditional information
BusinessTotal

integer

None.

ApplicationTotal

integer

None.

ContractTotal

integer

None.

FinalReportTotal

integer

None.

PaymentTotal

integer

None.

MessageTotal

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "BusinessTotal": 1,
  "ApplicationTotal": 1,
  "ContractTotal": 1,
  "FinalReportTotal": 1,
  "PaymentTotal": 1,
  "MessageTotal": 1
}

text/html

Sample:
{"BusinessTotal":1,"ApplicationTotal":1,"ContractTotal":1,"FinalReportTotal":1,"PaymentTotal":1,"MessageTotal":1}

application/xml, text/xml

Sample:
<uspWDTFXGetWDTFDashBoardTotals_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <ApplicationTotal>1</ApplicationTotal>
  <BusinessTotal>1</BusinessTotal>
  <ContractTotal>1</ContractTotal>
  <FinalReportTotal>1</FinalReportTotal>
  <MessageTotal>1</MessageTotal>
  <PaymentTotal>1</PaymentTotal>
</uspWDTFXGetWDTFDashBoardTotals_Result>