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. |
|
| Coursename | string |
None. |
|
| Chaptername | string |
None. |
|
| Testdate | date |
None. |
|
| Noq | integer |
None. |
|
| Nocans | integer |
None. |
|
| PercentageScore | integer |
None. |
|
| Username | string |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Examid": 1,
"Loginid": 1,
"Courseid": 1,
"Coursename": "sample string 1",
"Chaptername": "sample string 2",
"Testdate": "2026-02-05T01:40:29.0531692+05:30",
"Noq": 1,
"Nocans": 1,
"PercentageScore": 1,
"Username": "sample string 3",
"Email": "sample string 4"
},
{
"Examid": 1,
"Loginid": 1,
"Courseid": 1,
"Coursename": "sample string 1",
"Chaptername": "sample string 2",
"Testdate": "2026-02-05T01:40:29.0531692+05:30",
"Noq": 1,
"Nocans": 1,
"PercentageScore": 1,
"Username": "sample string 3",
"Email": "sample string 4"
}
]
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 2</Chaptername>
<Courseid>1</Courseid>
<Coursename>sample string 1</Coursename>
<Email>sample string 4</Email>
<Examid>1</Examid>
<Loginid>1</Loginid>
<Nocans>1</Nocans>
<Noq>1</Noq>
<PercentageScore>1</PercentageScore>
<Testdate>2026-02-05T01:40:29.0531692+05:30</Testdate>
<Username>sample string 3</Username>
</GetCompanyUserTestSeriesDetailsFulllength_Result>
<GetCompanyUserTestSeriesDetailsFulllength_Result>
<Chaptername>sample string 2</Chaptername>
<Courseid>1</Courseid>
<Coursename>sample string 1</Coursename>
<Email>sample string 4</Email>
<Examid>1</Examid>
<Loginid>1</Loginid>
<Nocans>1</Nocans>
<Noq>1</Noq>
<PercentageScore>1</PercentageScore>
<Testdate>2026-02-05T01:40:29.0531692+05:30</Testdate>
<Username>sample string 3</Username>
</GetCompanyUserTestSeriesDetailsFulllength_Result>
</ArrayOfGetCompanyUserTestSeriesDetailsFulllength_Result>