GET api/v1/students/GetStudentInstrumentHistory?studentId={studentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetStudentInstrumentHistoryModel
NameDescriptionTypeAdditional information
Id

integer

None.

InstrumentId

integer

None.

Status

byte

None.

StudentId

integer

None.

Note

string

None.

Created

date

None.

Expired

date

None.

CreatedBy

globally unique identifier

None.

InstrumentModelId

integer

None.

InstrumentSku

string

None.

InstrumentModelName

string

None.

InstrumentTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "InstrumentId": 2,
    "Status": 64,
    "StudentId": 4,
    "Note": "sample string 5",
    "Created": "2025-12-10T17:32:27.4125934+02:00",
    "Expired": "2025-12-10T17:32:27.4125934+02:00",
    "CreatedBy": "11dc39d4-4493-468d-ab58-91a085e51b7b",
    "InstrumentModelId": 8,
    "InstrumentSku": "sample string 9",
    "InstrumentModelName": "sample string 10",
    "InstrumentTypeId": 11
  },
  {
    "Id": 1,
    "InstrumentId": 2,
    "Status": 64,
    "StudentId": 4,
    "Note": "sample string 5",
    "Created": "2025-12-10T17:32:27.4125934+02:00",
    "Expired": "2025-12-10T17:32:27.4125934+02:00",
    "CreatedBy": "11dc39d4-4493-468d-ab58-91a085e51b7b",
    "InstrumentModelId": 8,
    "InstrumentSku": "sample string 9",
    "InstrumentModelName": "sample string 10",
    "InstrumentTypeId": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentInstrumentHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emalogic.Conservatory.Common.Models">
  <GetStudentInstrumentHistoryModel>
    <Created>2025-12-10T17:32:27.4125934+02:00</Created>
    <CreatedBy>11dc39d4-4493-468d-ab58-91a085e51b7b</CreatedBy>
    <Expired>2025-12-10T17:32:27.4125934+02:00</Expired>
    <Id>1</Id>
    <InstrumentId>2</InstrumentId>
    <InstrumentModelId>8</InstrumentModelId>
    <InstrumentModelName>sample string 10</InstrumentModelName>
    <InstrumentSku>sample string 9</InstrumentSku>
    <InstrumentTypeId>11</InstrumentTypeId>
    <Note>sample string 5</Note>
    <Status>64</Status>
    <StudentId>4</StudentId>
  </GetStudentInstrumentHistoryModel>
  <GetStudentInstrumentHistoryModel>
    <Created>2025-12-10T17:32:27.4125934+02:00</Created>
    <CreatedBy>11dc39d4-4493-468d-ab58-91a085e51b7b</CreatedBy>
    <Expired>2025-12-10T17:32:27.4125934+02:00</Expired>
    <Id>1</Id>
    <InstrumentId>2</InstrumentId>
    <InstrumentModelId>8</InstrumentModelId>
    <InstrumentModelName>sample string 10</InstrumentModelName>
    <InstrumentSku>sample string 9</InstrumentSku>
    <InstrumentTypeId>11</InstrumentTypeId>
    <Note>sample string 5</Note>
    <Status>64</Status>
    <StudentId>4</StudentId>
  </GetStudentInstrumentHistoryModel>
</ArrayOfGetStudentInstrumentHistoryModel>