GET api/Student/DownloadTOTWorkshop/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DownloadTOTWorkshop_Result
NameDescriptionTypeAdditional information
empid

string

None.

empname

string

None.

acyear

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empid": "sample string 1",
    "empname": "sample string 2",
    "acyear": "sample string 3"
  },
  {
    "empid": "sample string 1",
    "empname": "sample string 2",
    "acyear": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDownloadTOTWorkshop_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DownloadTOTWorkshop_Result>
    <acyear>sample string 3</acyear>
    <empid>sample string 1</empid>
    <empname>sample string 2</empname>
  </DownloadTOTWorkshop_Result>
  <DownloadTOTWorkshop_Result>
    <acyear>sample string 3</acyear>
    <empid>sample string 1</empid>
    <empname>sample string 2</empname>
  </DownloadTOTWorkshop_Result>
</ArrayOfDownloadTOTWorkshop_Result>