GET api/Performance/GetCompanyUserTestSeriesDetailsFulllength?loginid={loginid}&cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginid | integer |
Required |
|
| cid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCompanyUserTestSeriesDetailsFulllength_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Examid | integer |
None. |
|
| loginid | integer |
None. |
|
| Courseid | integer |
None. |
|
| Chaptername | string |
None. |
|
| Coursename | string |
None. |
|
| Username | string |
None. |
|
| string |
None. |
||
| Testdate | date |
None. |
|
| Noq | integer |
None. |
|
| Nocans | integer |
None. |
|
| PercentageScore | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Examid": 1,
"loginid": 2,
"Courseid": 3,
"Chaptername": "sample string 4",
"Coursename": "sample string 5",
"Username": "sample string 6",
"Email": "sample string 7",
"Testdate": "2026-02-05T01:40:24.4223854+05:30",
"Noq": 9,
"Nocans": 10,
"PercentageScore": 11
},
{
"Examid": 1,
"loginid": 2,
"Courseid": 3,
"Chaptername": "sample string 4",
"Coursename": "sample string 5",
"Username": "sample string 6",
"Email": "sample string 7",
"Testdate": "2026-02-05T01:40:24.4223854+05:30",
"Noq": 9,
"Nocans": 10,
"PercentageScore": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCompanyUserTestSeriesDetailsFulllength_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<GetCompanyUserTestSeriesDetailsFulllength_Result>
<Chaptername>sample string 4</Chaptername>
<Courseid>3</Courseid>
<Coursename>sample string 5</Coursename>
<Email>sample string 7</Email>
<Examid>1</Examid>
<Nocans>10</Nocans>
<Noq>9</Noq>
<PercentageScore>11</PercentageScore>
<Testdate>2026-02-05T01:40:24.4223854+05:30</Testdate>
<Username>sample string 6</Username>
<loginid>2</loginid>
</GetCompanyUserTestSeriesDetailsFulllength_Result>
<GetCompanyUserTestSeriesDetailsFulllength_Result>
<Chaptername>sample string 4</Chaptername>
<Courseid>3</Courseid>
<Coursename>sample string 5</Coursename>
<Email>sample string 7</Email>
<Examid>1</Examid>
<Nocans>10</Nocans>
<Noq>9</Noq>
<PercentageScore>11</PercentageScore>
<Testdate>2026-02-05T01:40:24.4223854+05:30</Testdate>
<Username>sample string 6</Username>
<loginid>2</loginid>
</GetCompanyUserTestSeriesDetailsFulllength_Result>
</ArrayOfGetCompanyUserTestSeriesDetailsFulllength_Result>