GET api/HomePage/GetCoursesDashboard?loginid={loginid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetAssignedCourses_dashboard_Result
NameDescriptionTypeAdditional information
studentid

integer

None.

Courseid

integer

None.

StartDate

date

None.

EndDate

date

None.

coursename

string

None.

type

string

None.

DisplayName

string

None.

CCTest

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "studentid": 1,
    "Courseid": 1,
    "StartDate": "2026-02-05T01:40:38.7604051+05:30",
    "EndDate": "2026-02-05T01:40:38.7604051+05:30",
    "coursename": "sample string 1",
    "type": "sample string 2",
    "DisplayName": "sample string 3",
    "CCTest": 1
  },
  {
    "studentid": 1,
    "Courseid": 1,
    "StartDate": "2026-02-05T01:40:38.7604051+05:30",
    "EndDate": "2026-02-05T01:40:38.7604051+05:30",
    "coursename": "sample string 1",
    "type": "sample string 2",
    "DisplayName": "sample string 3",
    "CCTest": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetAssignedCourses_dashboard_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
  <GetAssignedCourses_dashboard_Result>
    <CCTest>1</CCTest>
    <Courseid>1</Courseid>
    <DisplayName>sample string 3</DisplayName>
    <EndDate>2026-02-05T01:40:38.7604051+05:30</EndDate>
    <StartDate>2026-02-05T01:40:38.7604051+05:30</StartDate>
    <coursename>sample string 1</coursename>
    <studentid>1</studentid>
    <type>sample string 2</type>
  </GetAssignedCourses_dashboard_Result>
  <GetAssignedCourses_dashboard_Result>
    <CCTest>1</CCTest>
    <Courseid>1</Courseid>
    <DisplayName>sample string 3</DisplayName>
    <EndDate>2026-02-05T01:40:38.7604051+05:30</EndDate>
    <StartDate>2026-02-05T01:40:38.7604051+05:30</StartDate>
    <coursename>sample string 1</coursename>
    <studentid>1</studentid>
    <type>sample string 2</type>
  </GetAssignedCourses_dashboard_Result>
</ArrayOfGetAssignedCourses_dashboard_Result>