GET api/Performance/Studentselectbyidnew?loginid={loginid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Studentselectbyidnew_Result
NameDescriptionTypeAdditional information
fname

string

None.

Email

string

None.

ImageName

string

None.

CompanyId

integer

None.

Company_BatchId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "fname": "sample string 1",
    "Email": "sample string 2",
    "ImageName": "sample string 3",
    "CompanyId": 1,
    "Company_BatchId": 1
  },
  {
    "fname": "sample string 1",
    "Email": "sample string 2",
    "ImageName": "sample string 3",
    "CompanyId": 1,
    "Company_BatchId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfStudentselectbyidnew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
  <Studentselectbyidnew_Result>
    <CompanyId>1</CompanyId>
    <Company_BatchId>1</Company_BatchId>
    <Email>sample string 2</Email>
    <ImageName>sample string 3</ImageName>
    <fname>sample string 1</fname>
  </Studentselectbyidnew_Result>
  <Studentselectbyidnew_Result>
    <CompanyId>1</CompanyId>
    <Company_BatchId>1</Company_BatchId>
    <Email>sample string 2</Email>
    <ImageName>sample string 3</ImageName>
    <fname>sample string 1</fname>
  </Studentselectbyidnew_Result>
</ArrayOfStudentselectbyidnew_Result>