GET api/ApiFePractice/Fe_PracticGetAllStudentPan

Documentation for 'Fe_PracticGetAllStudentPan'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "PanValueIndex": 1,
    "Name": "sample string 2",
    "Type": "sample string 3",
    "Value": 1,
    "StudentValue": 1,
    "CreateDate": "2026-04-14T22:40:59.1940447+07:00"
  },
  {
    "Id": "sample string 1",
    "PanValueIndex": 1,
    "Name": "sample string 2",
    "Type": "sample string 3",
    "Value": 1,
    "StudentValue": 1,
    "CreateDate": "2026-04-14T22:40:59.1940447+07:00"
  },
  {
    "Id": "sample string 1",
    "PanValueIndex": 1,
    "Name": "sample string 2",
    "Type": "sample string 3",
    "Value": 1,
    "StudentValue": 1,
    "CreateDate": "2026-04-14T22:40:59.1940447+07:00"
  }
]

text/xml

Sample:
<ArrayOfPanValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lib.DTO">
  <PanValue>
    <CreateDate>2026-04-14T22:40:59.1940447+07:00</CreateDate>
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
    <PanValueIndex>1</PanValueIndex>
    <StudentValue>1</StudentValue>
    <Type>sample string 3</Type>
    <Value>1</Value>
  </PanValue>
  <PanValue>
    <CreateDate>2026-04-14T22:40:59.1940447+07:00</CreateDate>
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
    <PanValueIndex>1</PanValueIndex>
    <StudentValue>1</StudentValue>
    <Type>sample string 3</Type>
    <Value>1</Value>
  </PanValue>
  <PanValue>
    <CreateDate>2026-04-14T22:40:59.1940447+07:00</CreateDate>
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
    <PanValueIndex>1</PanValueIndex>
    <StudentValue>1</StudentValue>
    <Type>sample string 3</Type>
    <Value>1</Value>
  </PanValue>
</ArrayOfPanValue>