GET api/Center/GetTOTTrainingAttendenceSection/{totid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
totid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetTOTTrainingAttendenceSection_Result
NameDescriptionTypeAdditional information
totid

string

None.

day1

integer

None.

day2

integer

None.

day3

integer

None.

day4

integer

None.

absday1

integer

None.

absday2

integer

None.

absday3

integer

None.

absday4

integer

None.

sanday1

integer

None.

sanday2

integer

None.

sanday3

integer

None.

sanday4

integer

None.

sanday5

integer

None.

day1percent

integer

None.

day2percent

integer

None.

day3percent

integer

None.

day4percent

integer

None.

totavg3

integer

None.

totavg4

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "totid": "sample string 1",
    "day1": 1,
    "day2": 1,
    "day3": 1,
    "day4": 1,
    "absday1": 1,
    "absday2": 1,
    "absday3": 1,
    "absday4": 1,
    "sanday1": 1,
    "sanday2": 1,
    "sanday3": 1,
    "sanday4": 1,
    "sanday5": 1,
    "day1percent": 2,
    "day2percent": 3,
    "day3percent": 4,
    "day4percent": 5,
    "totavg3": 1,
    "totavg4": 1
  },
  {
    "totid": "sample string 1",
    "day1": 1,
    "day2": 1,
    "day3": 1,
    "day4": 1,
    "absday1": 1,
    "absday2": 1,
    "absday3": 1,
    "absday4": 1,
    "sanday1": 1,
    "sanday2": 1,
    "sanday3": 1,
    "sanday4": 1,
    "sanday5": 1,
    "day1percent": 2,
    "day2percent": 3,
    "day3percent": 4,
    "day4percent": 5,
    "totavg3": 1,
    "totavg4": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetTOTTrainingAttendenceSection_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetTOTTrainingAttendenceSection_Result>
    <absday1>1</absday1>
    <absday2>1</absday2>
    <absday3>1</absday3>
    <absday4>1</absday4>
    <day1>1</day1>
    <day1percent>2</day1percent>
    <day2>1</day2>
    <day2percent>3</day2percent>
    <day3>1</day3>
    <day3percent>4</day3percent>
    <day4>1</day4>
    <day4percent>5</day4percent>
    <sanday1>1</sanday1>
    <sanday2>1</sanday2>
    <sanday3>1</sanday3>
    <sanday4>1</sanday4>
    <sanday5>1</sanday5>
    <totavg3>1</totavg3>
    <totavg4>1</totavg4>
    <totid>sample string 1</totid>
  </GetTOTTrainingAttendenceSection_Result>
  <GetTOTTrainingAttendenceSection_Result>
    <absday1>1</absday1>
    <absday2>1</absday2>
    <absday3>1</absday3>
    <absday4>1</absday4>
    <day1>1</day1>
    <day1percent>2</day1percent>
    <day2>1</day2>
    <day2percent>3</day2percent>
    <day3>1</day3>
    <day3percent>4</day3percent>
    <day4>1</day4>
    <day4percent>5</day4percent>
    <sanday1>1</sanday1>
    <sanday2>1</sanday2>
    <sanday3>1</sanday3>
    <sanday4>1</sanday4>
    <sanday5>1</sanday5>
    <totavg3>1</totavg3>
    <totavg4>1</totavg4>
    <totid>sample string 1</totid>
  </GetTOTTrainingAttendenceSection_Result>
</ArrayOfGetTOTTrainingAttendenceSection_Result>