GET api/EnAttendenceCalender?schoolid={schoolid}&StudentID={StudentID}&Month={Month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schoolid

integer

Required

StudentID

integer

Required

Month

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MonthlyAttendance1
NameDescriptionTypeAdditional information
StudentName

string

None.

RollNo

integer

None.

StandardName

string

None.

Attendance

Collection of Dictionary of string [key] and Object [value]

None.

Response Formats

application/json, text/json, text/html

Sample:
[
  {
    "studentName": "sample string 1",
    "rollNo": 2,
    "standardName": "sample string 3",
    "attendance": [
      {
        "sample string 1": {},
        "sample string 3": {}
      },
      {
        "sample string 1": {},
        "sample string 3": {}
      }
    ]
  },
  {
    "studentName": "sample string 1",
    "rollNo": 2,
    "standardName": "sample string 3",
    "attendance": [
      {
        "sample string 1": {},
        "sample string 3": {}
      },
      {
        "sample string 1": {},
        "sample string 3": {}
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfMonthlyAttendance1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.Controllers">
  <MonthlyAttendance1>
    <Attendance xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:ArrayOfKeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 1</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 3</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
      </d3p1:ArrayOfKeyValueOfstringanyType>
      <d3p1:ArrayOfKeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 1</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 3</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
      </d3p1:ArrayOfKeyValueOfstringanyType>
    </Attendance>
    <RollNo>2</RollNo>
    <StandardName>sample string 3</StandardName>
    <StudentName>sample string 1</StudentName>
  </MonthlyAttendance1>
  <MonthlyAttendance1>
    <Attendance xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:ArrayOfKeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 1</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 3</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
      </d3p1:ArrayOfKeyValueOfstringanyType>
      <d3p1:ArrayOfKeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 1</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>sample string 3</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
      </d3p1:ArrayOfKeyValueOfstringanyType>
    </Attendance>
    <RollNo>2</RollNo>
    <StandardName>sample string 3</StandardName>
    <StudentName>sample string 1</StudentName>
  </MonthlyAttendance1>
</ArrayOfMonthlyAttendance1>