GET api/idsystemlogs/GetPerTerm/{id}/{termid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
termid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IDSystemLogsName | Description | Type | Additional 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": "2025-04-26T21:39:53.9806435+08:00", "termID": 4, "remarks": "sample string 5" }, { "id": 1, "studentID": 2, "dateApplied": "2025-04-26T21:39:53.9806435+08:00", "termID": 4, "remarks": "sample string 5" } ]
text/html
Sample:
[{"id":1,"studentID":2,"dateApplied":"2025-04-26T21:39:53.9806435+08:00","termID":4,"remarks":"sample string 5"},{"id":1,"studentID":2,"dateApplied":"2025-04-26T21:39:53.9806435+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>2025-04-26T13:39:53.9806435Z</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>2025-04-26T13:39:53.9806435Z</d3p1:DateTime> <d3p1:OffsetMinutes>480</d3p1:OffsetMinutes> </DateApplied> <Id>1</Id> <Remarks>sample string 5</Remarks> <StudentID>2</StudentID> <TermID>4</TermID> </IDSystemLogs> </ArrayOfIDSystemLogs>