GET api/v1/exams/studentEaxms?StudentId={StudentId}&YearId={YearId}&Status={Status}&StartDate={StartDate}&EndDate={EndDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | integer |
Required |
|
| YearId | integer |
None. |
|
| Status | byte |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetStudentExamsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Starts | date |
None. |
|
| Ends | date |
None. |
|
| JudgesRank | integer |
None. |
|
| Grade | integer |
None. |
|
| Status | byte |
None. |
|
| ExternalId | globally unique identifier |
None. |
|
| Attachments | Collection of AttachmentModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Starts": "2026-06-27T13:25:51.9332898+03:00",
"Ends": "2026-06-27T13:25:51.9332898+03:00",
"JudgesRank": 1,
"Grade": 1,
"Status": 64,
"ExternalId": "2daf0cc2-1d7e-48c7-9be3-63a26b16ded3",
"Attachments": [
{
"Id": 1,
"OwnerId": "6944c8b6-cd98-48c7-99e3-c3bb869e949d",
"Name": "sample string 3",
"Url": "sample string 4",
"CreatedAt": "2026-06-27T13:25:51.9332898+03:00",
"ExternalId": "63d914c0-d75b-49e9-b372-00b4e7962036",
"IsDeleted": true
},
{
"Id": 1,
"OwnerId": "6944c8b6-cd98-48c7-99e3-c3bb869e949d",
"Name": "sample string 3",
"Url": "sample string 4",
"CreatedAt": "2026-06-27T13:25:51.9332898+03:00",
"ExternalId": "63d914c0-d75b-49e9-b372-00b4e7962036",
"IsDeleted": true
}
]
},
{
"Name": "sample string 1",
"Starts": "2026-06-27T13:25:51.9332898+03:00",
"Ends": "2026-06-27T13:25:51.9332898+03:00",
"JudgesRank": 1,
"Grade": 1,
"Status": 64,
"ExternalId": "2daf0cc2-1d7e-48c7-9be3-63a26b16ded3",
"Attachments": [
{
"Id": 1,
"OwnerId": "6944c8b6-cd98-48c7-99e3-c3bb869e949d",
"Name": "sample string 3",
"Url": "sample string 4",
"CreatedAt": "2026-06-27T13:25:51.9332898+03:00",
"ExternalId": "63d914c0-d75b-49e9-b372-00b4e7962036",
"IsDeleted": true
},
{
"Id": 1,
"OwnerId": "6944c8b6-cd98-48c7-99e3-c3bb869e949d",
"Name": "sample string 3",
"Url": "sample string 4",
"CreatedAt": "2026-06-27T13:25:51.9332898+03:00",
"ExternalId": "63d914c0-d75b-49e9-b372-00b4e7962036",
"IsDeleted": true
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfGetStudentExamsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emalogic.Conservatory.Common.Models">
<GetStudentExamsModel>
<Attachments>
<AttachmentModel>
<CreatedAt>2026-06-27T13:25:51.9332898+03:00</CreatedAt>
<ExternalId>63d914c0-d75b-49e9-b372-00b4e7962036</ExternalId>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 3</Name>
<OwnerId>6944c8b6-cd98-48c7-99e3-c3bb869e949d</OwnerId>
<Url>sample string 4</Url>
</AttachmentModel>
<AttachmentModel>
<CreatedAt>2026-06-27T13:25:51.9332898+03:00</CreatedAt>
<ExternalId>63d914c0-d75b-49e9-b372-00b4e7962036</ExternalId>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 3</Name>
<OwnerId>6944c8b6-cd98-48c7-99e3-c3bb869e949d</OwnerId>
<Url>sample string 4</Url>
</AttachmentModel>
</Attachments>
<Ends>2026-06-27T13:25:51.9332898+03:00</Ends>
<ExternalId>2daf0cc2-1d7e-48c7-9be3-63a26b16ded3</ExternalId>
<Grade>1</Grade>
<JudgesRank>1</JudgesRank>
<Name>sample string 1</Name>
<Starts>2026-06-27T13:25:51.9332898+03:00</Starts>
<Status>64</Status>
</GetStudentExamsModel>
<GetStudentExamsModel>
<Attachments>
<AttachmentModel>
<CreatedAt>2026-06-27T13:25:51.9332898+03:00</CreatedAt>
<ExternalId>63d914c0-d75b-49e9-b372-00b4e7962036</ExternalId>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 3</Name>
<OwnerId>6944c8b6-cd98-48c7-99e3-c3bb869e949d</OwnerId>
<Url>sample string 4</Url>
</AttachmentModel>
<AttachmentModel>
<CreatedAt>2026-06-27T13:25:51.9332898+03:00</CreatedAt>
<ExternalId>63d914c0-d75b-49e9-b372-00b4e7962036</ExternalId>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 3</Name>
<OwnerId>6944c8b6-cd98-48c7-99e3-c3bb869e949d</OwnerId>
<Url>sample string 4</Url>
</AttachmentModel>
</Attachments>
<Ends>2026-06-27T13:25:51.9332898+03:00</Ends>
<ExternalId>2daf0cc2-1d7e-48c7-9be3-63a26b16ded3</ExternalId>
<Grade>1</Grade>
<JudgesRank>1</JudgesRank>
<Name>sample string 1</Name>
<Starts>2026-06-27T13:25:51.9332898+03:00</Starts>
<Status>64</Status>
</GetStudentExamsModel>
</ArrayOfGetStudentExamsModel>