GET api/Reports/LeadershipMonthlyReport/{myear}/{mmonth}

Get Leadership Monthly Report raw data

Request Information

URI Parameters

NameDescriptionTypeAdditional information
myear

integer

Required

mmonth

integer

Required

Body Parameters

None.

Response Information

Resource Description

MonthlyReportDTO
NameDescriptionTypeAdditional information
info

Collection of MonthlyReportInformationDTO

None.

onePartA

Collection of MonthlyReportNumber1PartADTO

None.

onePartB

Collection of MonthlyReportNumber1PartBDTO

None.

oneTotal

Collection of MonthlyTotalOne

None.

twoPartA

Collection of MonthlyReportNumber2PartADTO

None.

twoPartB

Collection of MonthlyReportNumber2PartBDTO

None.

twoTotal

Collection of MonthlyTotalTwo

None.

threePartA

Collection of MonthlyReportNumber3PartADTO

None.

threePartB

Collection of MonthlyReportNumber3PartBDTO

None.

threeTotal

Collection of MonthlyTotalThree

None.

fourPartA

Collection of MonthlyReportNumber4PartADTO

None.

fourPartB

Collection of MonthlyReportNumber4PartBDTO

None.

fourTotal

Collection of MonthlyTotalFour

None.

fivePartA

Collection of MonthlyReportNumber5PartADTO

None.

fivePartB

Collection of MonthlyReportNumber5PartBDTO

None.

fiveTotal

Collection of MonthlyTotalFive

None.

Response Formats

application/json, text/json

Sample:
{
  "info": [
    {
      "StartYearToDate": "2025-04-29T10:35:24.8954909-06:00",
      "EndYearToDate": "2025-04-29T10:35:24.8954909-06:00",
      "StartMonth": "2025-04-29T10:35:24.8954909-06:00",
      "EndMonth": "2025-04-29T10:35:24.8954909-06:00",
      "RunDate": "2025-04-29T10:35:24.8954909-06:00"
    },
    {
      "StartYearToDate": "2025-04-29T10:35:24.8954909-06:00",
      "EndYearToDate": "2025-04-29T10:35:24.8954909-06:00",
      "StartMonth": "2025-04-29T10:35:24.8954909-06:00",
      "EndMonth": "2025-04-29T10:35:24.8954909-06:00",
      "RunDate": "2025-04-29T10:35:24.8954909-06:00"
    }
  ],
  "onePartA": [
    {
      "Month1a": "sample string 1",
      "CountyName1a": "sample string 2",
      "Total1a": 3
    },
    {
      "Month1a": "sample string 1",
      "CountyName1a": "sample string 2",
      "Total1a": 3
    }
  ],
  "onePartB": [
    {
      "Month1b": "sample string 1",
      "Description1b": "sample string 2",
      "Total1b": 3,
      "IsIndustry1b": "sample string 4"
    },
    {
      "Month1b": "sample string 1",
      "Description1b": "sample string 2",
      "Total1b": 3,
      "IsIndustry1b": "sample string 4"
    }
  ],
  "oneTotal": [
    {
      "Total1": 1
    },
    {
      "Total1": 1
    }
  ],
  "twoPartA": [
    {
      "Month2a": "sample string 1",
      "CountyName2a": "sample string 2",
      "Total2a": 3
    },
    {
      "Month2a": "sample string 1",
      "CountyName2a": "sample string 2",
      "Total2a": 3
    }
  ],
  "twoPartB": [
    {
      "Month2b": "sample string 1",
      "Description2b": "sample string 2",
      "Total2b": 3,
      "IsIndustry2b": "sample string 4"
    },
    {
      "Month2b": "sample string 1",
      "Description2b": "sample string 2",
      "Total2b": 3,
      "IsIndustry2b": "sample string 4"
    }
  ],
  "twoTotal": [
    {
      "Total2": 1
    },
    {
      "Total2": 1
    }
  ],
  "threePartA": [
    {
      "Month3a": "sample string 1",
      "CountyName3a": "sample string 2",
      "Total3a": 3.0
    },
    {
      "Month3a": "sample string 1",
      "CountyName3a": "sample string 2",
      "Total3a": 3.0
    }
  ],
  "threePartB": [
    {
      "Month3b": "sample string 1",
      "Description3b": "sample string 2",
      "Total3b": 3.0,
      "IsIndustry3b": "sample string 4"
    },
    {
      "Month3b": "sample string 1",
      "Description3b": "sample string 2",
      "Total3b": 3.0,
      "IsIndustry3b": "sample string 4"
    }
  ],
  "threeTotal": [
    {
      "Total3": 1.0
    },
    {
      "Total3": 1.0
    }
  ],
  "fourPartA": [
    {
      "Month4a": "sample string 1",
      "CountyName4a": "sample string 2",
      "Total4a": 3.0
    },
    {
      "Month4a": "sample string 1",
      "CountyName4a": "sample string 2",
      "Total4a": 3.0
    }
  ],
  "fourPartB": [
    {
      "Month4b": "sample string 1",
      "Description4b": "sample string 2",
      "Total4b": 3.0,
      "IsIndustry4b": "sample string 4"
    },
    {
      "Month4b": "sample string 1",
      "Description4b": "sample string 2",
      "Total4b": 3.0,
      "IsIndustry4b": "sample string 4"
    }
  ],
  "fourTotal": [
    {
      "Total4": 1.0
    },
    {
      "Total4": 1.0
    }
  ],
  "fivePartA": [
    {
      "Month5a": "sample string 1",
      "CountyName5a": "sample string 2",
      "Total5a": 3
    },
    {
      "Month5a": "sample string 1",
      "CountyName5a": "sample string 2",
      "Total5a": 3
    }
  ],
  "fivePartB": [
    {
      "Month5b": "sample string 1",
      "Description5b": "sample string 2",
      "Total5b": 3,
      "IsIndustry5b": "sample string 4"
    },
    {
      "Month5b": "sample string 1",
      "Description5b": "sample string 2",
      "Total5b": 3,
      "IsIndustry5b": "sample string 4"
    }
  ],
  "fiveTotal": [
    {
      "Total5": 1
    },
    {
      "Total5": 1
    }
  ]
}

text/html

Sample:
{"info":[{"StartYearToDate":"2025-04-29T10:35:24.8954909-06:00","EndYearToDate":"2025-04-29T10:35:24.8954909-06:00","StartMonth":"2025-04-29T10:35:24.8954909-06:00","EndMonth":"2025-04-29T10:35:24.8954909-06:00","RunDate":"2025-04-29T10:35:24.8954909-06:00"},{"StartYearToDate":"2025-04-29T10:35:24.8954909-06:00","EndYearToDate":"2025-04-29T10:35:24.8954909-06:00","StartMonth":"2025-04-29T10:35:24.8954909-06:00","EndMonth":"2025-04-29T10:35:24.8954909-06:00","RunDate":"2025-04-29T10:35:24.8954909-06:00"}],"onePartA":[{"Month1a":"sample string 1","CountyName1a":"sample string 2","Total1a":3},{"Month1a":"sample string 1","CountyName1a":"sample string 2","Total1a":3}],"onePartB":[{"Month1b":"sample string 1","Description1b":"sample string 2","Total1b":3,"IsIndustry1b":"sample string 4"},{"Month1b":"sample string 1","Description1b":"sample string 2","Total1b":3,"IsIndustry1b":"sample string 4"}],"oneTotal":[{"Total1":1},{"Total1":1}],"twoPartA":[{"Month2a":"sample string 1","CountyName2a":"sample string 2","Total2a":3},{"Month2a":"sample string 1","CountyName2a":"sample string 2","Total2a":3}],"twoPartB":[{"Month2b":"sample string 1","Description2b":"sample string 2","Total2b":3,"IsIndustry2b":"sample string 4"},{"Month2b":"sample string 1","Description2b":"sample string 2","Total2b":3,"IsIndustry2b":"sample string 4"}],"twoTotal":[{"Total2":1},{"Total2":1}],"threePartA":[{"Month3a":"sample string 1","CountyName3a":"sample string 2","Total3a":3.0},{"Month3a":"sample string 1","CountyName3a":"sample string 2","Total3a":3.0}],"threePartB":[{"Month3b":"sample string 1","Description3b":"sample string 2","Total3b":3.0,"IsIndustry3b":"sample string 4"},{"Month3b":"sample string 1","Description3b":"sample string 2","Total3b":3.0,"IsIndustry3b":"sample string 4"}],"threeTotal":[{"Total3":1.0},{"Total3":1.0}],"fourPartA":[{"Month4a":"sample string 1","CountyName4a":"sample string 2","Total4a":3.0},{"Month4a":"sample string 1","CountyName4a":"sample string 2","Total4a":3.0}],"fourPartB":[{"Month4b":"sample string 1","Description4b":"sample string 2","Total4b":3.0,"IsIndustry4b":"sample string 4"},{"Month4b":"sample string 1","Description4b":"sample string 2","Total4b":3.0,"IsIndustry4b":"sample string 4"}],"fourTotal":[{"Total4":1.0},{"Total4":1.0}],"fivePartA":[{"Month5a":"sample string 1","CountyName5a":"sample string 2","Total5a":3},{"Month5a":"sample string 1","CountyName5a":"sample string 2","Total5a":3}],"fivePartB":[{"Month5b":"sample string 1","Description5b":"sample string 2","Total5b":3,"IsIndustry5b":"sample string 4"},{"Month5b":"sample string 1","Description5b":"sample string 2","Total5b":3,"IsIndustry5b":"sample string 4"}],"fiveTotal":[{"Total5":1},{"Total5":1}]}

application/xml, text/xml

Sample:
<MonthlyReportDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._BOL">
  <fivePartA>
    <MonthlyReportNumber5PartADTO>
      <CountyName5a>sample string 2</CountyName5a>
      <Month5a>sample string 1</Month5a>
      <Total5a>3</Total5a>
    </MonthlyReportNumber5PartADTO>
    <MonthlyReportNumber5PartADTO>
      <CountyName5a>sample string 2</CountyName5a>
      <Month5a>sample string 1</Month5a>
      <Total5a>3</Total5a>
    </MonthlyReportNumber5PartADTO>
  </fivePartA>
  <fivePartB>
    <MonthlyReportNumber5PartBDTO>
      <Description5b>sample string 2</Description5b>
      <IsIndustry5b>sample string 4</IsIndustry5b>
      <Month5b>sample string 1</Month5b>
      <Total5b>3</Total5b>
    </MonthlyReportNumber5PartBDTO>
    <MonthlyReportNumber5PartBDTO>
      <Description5b>sample string 2</Description5b>
      <IsIndustry5b>sample string 4</IsIndustry5b>
      <Month5b>sample string 1</Month5b>
      <Total5b>3</Total5b>
    </MonthlyReportNumber5PartBDTO>
  </fivePartB>
  <fiveTotal>
    <MonthlyTotalFive>
      <Total5>1</Total5>
    </MonthlyTotalFive>
    <MonthlyTotalFive>
      <Total5>1</Total5>
    </MonthlyTotalFive>
  </fiveTotal>
  <fourPartA>
    <MonthlyReportNumber4PartADTO>
      <CountyName4a>sample string 2</CountyName4a>
      <Month4a>sample string 1</Month4a>
      <Total4a>3</Total4a>
    </MonthlyReportNumber4PartADTO>
    <MonthlyReportNumber4PartADTO>
      <CountyName4a>sample string 2</CountyName4a>
      <Month4a>sample string 1</Month4a>
      <Total4a>3</Total4a>
    </MonthlyReportNumber4PartADTO>
  </fourPartA>
  <fourPartB>
    <MonthlyReportNumber4PartBDTO>
      <Description4b>sample string 2</Description4b>
      <IsIndustry4b>sample string 4</IsIndustry4b>
      <Month4b>sample string 1</Month4b>
      <Total4b>3</Total4b>
    </MonthlyReportNumber4PartBDTO>
    <MonthlyReportNumber4PartBDTO>
      <Description4b>sample string 2</Description4b>
      <IsIndustry4b>sample string 4</IsIndustry4b>
      <Month4b>sample string 1</Month4b>
      <Total4b>3</Total4b>
    </MonthlyReportNumber4PartBDTO>
  </fourPartB>
  <fourTotal>
    <MonthlyTotalFour>
      <Total4>1</Total4>
    </MonthlyTotalFour>
    <MonthlyTotalFour>
      <Total4>1</Total4>
    </MonthlyTotalFour>
  </fourTotal>
  <info>
    <MonthlyReportInformationDTO>
      <EndMonth>2025-04-29T10:35:24.8954909-06:00</EndMonth>
      <EndYearToDate>2025-04-29T10:35:24.8954909-06:00</EndYearToDate>
      <RunDate>2025-04-29T10:35:24.8954909-06:00</RunDate>
      <StartMonth>2025-04-29T10:35:24.8954909-06:00</StartMonth>
      <StartYearToDate>2025-04-29T10:35:24.8954909-06:00</StartYearToDate>
    </MonthlyReportInformationDTO>
    <MonthlyReportInformationDTO>
      <EndMonth>2025-04-29T10:35:24.8954909-06:00</EndMonth>
      <EndYearToDate>2025-04-29T10:35:24.8954909-06:00</EndYearToDate>
      <RunDate>2025-04-29T10:35:24.8954909-06:00</RunDate>
      <StartMonth>2025-04-29T10:35:24.8954909-06:00</StartMonth>
      <StartYearToDate>2025-04-29T10:35:24.8954909-06:00</StartYearToDate>
    </MonthlyReportInformationDTO>
  </info>
  <onePartA>
    <MonthlyReportNumber1PartADTO>
      <CountyName1a>sample string 2</CountyName1a>
      <Month1a>sample string 1</Month1a>
      <Total1a>3</Total1a>
    </MonthlyReportNumber1PartADTO>
    <MonthlyReportNumber1PartADTO>
      <CountyName1a>sample string 2</CountyName1a>
      <Month1a>sample string 1</Month1a>
      <Total1a>3</Total1a>
    </MonthlyReportNumber1PartADTO>
  </onePartA>
  <onePartB>
    <MonthlyReportNumber1PartBDTO>
      <Description1b>sample string 2</Description1b>
      <IsIndustry1b>sample string 4</IsIndustry1b>
      <Month1b>sample string 1</Month1b>
      <Total1b>3</Total1b>
    </MonthlyReportNumber1PartBDTO>
    <MonthlyReportNumber1PartBDTO>
      <Description1b>sample string 2</Description1b>
      <IsIndustry1b>sample string 4</IsIndustry1b>
      <Month1b>sample string 1</Month1b>
      <Total1b>3</Total1b>
    </MonthlyReportNumber1PartBDTO>
  </onePartB>
  <oneTotal>
    <MonthlyTotalOne>
      <Total1>1</Total1>
    </MonthlyTotalOne>
    <MonthlyTotalOne>
      <Total1>1</Total1>
    </MonthlyTotalOne>
  </oneTotal>
  <threePartA>
    <MonthlyReportNumber3PartADTO>
      <CountyName3a>sample string 2</CountyName3a>
      <Month3a>sample string 1</Month3a>
      <Total3a>3</Total3a>
    </MonthlyReportNumber3PartADTO>
    <MonthlyReportNumber3PartADTO>
      <CountyName3a>sample string 2</CountyName3a>
      <Month3a>sample string 1</Month3a>
      <Total3a>3</Total3a>
    </MonthlyReportNumber3PartADTO>
  </threePartA>
  <threePartB>
    <MonthlyReportNumber3PartBDTO>
      <Description3b>sample string 2</Description3b>
      <IsIndustry3b>sample string 4</IsIndustry3b>
      <Month3b>sample string 1</Month3b>
      <Total3b>3</Total3b>
    </MonthlyReportNumber3PartBDTO>
    <MonthlyReportNumber3PartBDTO>
      <Description3b>sample string 2</Description3b>
      <IsIndustry3b>sample string 4</IsIndustry3b>
      <Month3b>sample string 1</Month3b>
      <Total3b>3</Total3b>
    </MonthlyReportNumber3PartBDTO>
  </threePartB>
  <threeTotal>
    <MonthlyTotalThree>
      <Total3>1</Total3>
    </MonthlyTotalThree>
    <MonthlyTotalThree>
      <Total3>1</Total3>
    </MonthlyTotalThree>
  </threeTotal>
  <twoPartA>
    <MonthlyReportNumber2PartADTO>
      <CountyName2a>sample string 2</CountyName2a>
      <Month2a>sample string 1</Month2a>
      <Total2a>3</Total2a>
    </MonthlyReportNumber2PartADTO>
    <MonthlyReportNumber2PartADTO>
      <CountyName2a>sample string 2</CountyName2a>
      <Month2a>sample string 1</Month2a>
      <Total2a>3</Total2a>
    </MonthlyReportNumber2PartADTO>
  </twoPartA>
  <twoPartB>
    <MonthlyReportNumber2PartBDTO>
      <Description2b>sample string 2</Description2b>
      <IsIndustry2b>sample string 4</IsIndustry2b>
      <Month2b>sample string 1</Month2b>
      <Total2b>3</Total2b>
    </MonthlyReportNumber2PartBDTO>
    <MonthlyReportNumber2PartBDTO>
      <Description2b>sample string 2</Description2b>
      <IsIndustry2b>sample string 4</IsIndustry2b>
      <Month2b>sample string 1</Month2b>
      <Total2b>3</Total2b>
    </MonthlyReportNumber2PartBDTO>
  </twoPartB>
  <twoTotal>
    <MonthlyTotalTwo>
      <Total2>1</Total2>
    </MonthlyTotalTwo>
    <MonthlyTotalTwo>
      <Total2>1</Total2>
    </MonthlyTotalTwo>
  </twoTotal>
</MonthlyReportDTO>