GET api/idsystemlogs/GetPerTerm/{id}/{termid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

termid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of IDSystemLogs
NameDescriptionTypeAdditional information
Id

integer

None.

StudentID

integer

None.

DateApplied

date

None.

TermID

integer

None.

Remarks

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "studentID": 2,
    "dateApplied": "2024-09-20T01:48:49.2947166+08:00",
    "termID": 4,
    "remarks": "sample string 5"
  },
  {
    "id": 1,
    "studentID": 2,
    "dateApplied": "2024-09-20T01:48:49.2947166+08:00",
    "termID": 4,
    "remarks": "sample string 5"
  }
]

text/html

Sample:
[{"id":1,"studentID":2,"dateApplied":"2024-09-20T01:48:49.2947166+08:00","termID":4,"remarks":"sample string 5"},{"id":1,"studentID":2,"dateApplied":"2024-09-20T01:48:49.2947166+08:00","termID":4,"remarks":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfIDSystemLogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UBBEAMS.Infrastructure.Models">
  <IDSystemLogs>
    <DateApplied xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-09-19T17:48:49.2947166Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>480</d3p1:OffsetMinutes>
    </DateApplied>
    <Id>1</Id>
    <Remarks>sample string 5</Remarks>
    <StudentID>2</StudentID>
    <TermID>4</TermID>
  </IDSystemLogs>
  <IDSystemLogs>
    <DateApplied xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-09-19T17:48:49.2947166Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>480</d3p1:OffsetMinutes>
    </DateApplied>
    <Id>1</Id>
    <Remarks>sample string 5</Remarks>
    <StudentID>2</StudentID>
    <TermID>4</TermID>
  </IDSystemLogs>
</ArrayOfIDSystemLogs>