lock
GET
apiportal/v1/StudentAllergy/Student/{id}?page={page}&medicalAllergySeq={medicalAllergySeq}
No documentation available.
EXPANDexpand_more
Request Information
Roles
- Vendor_APIClient
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| medicalAllergySeq | integer |
None. |
|
| id | integer |
None. |
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
Collection of spsStudentAllergy_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalAllergySeq | integer |
None. |
|
| ID | integer |
None. |
|
| MedicalAllergyTypeCode | string |
None. |
|
| SeverityCode | string |
None. |
|
| ActiveFlag | boolean |
None. |
|
| AllergyDescription | string |
None. |
|
| AllergyTreatment | string |
None. |
Response Formats
[
{
"MedicalAllergySeq": 1,
"ID": 2,
"MedicalAllergyTypeCode": "sample string 3",
"SeverityCode": "sample string 4",
"ActiveFlag": true,
"AllergyDescription": "sample string 6",
"AllergyTreatment": "sample string 7"
},
{
"MedicalAllergySeq": 1,
"ID": 2,
"MedicalAllergyTypeCode": "sample string 3",
"SeverityCode": "sample string 4",
"ActiveFlag": true,
"AllergyDescription": "sample string 6",
"AllergyTreatment": "sample string 7"
}
]
<ArrayOfspsStudentAllergy_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.APIClient">
<spsStudentAllergy_Response>
<ActiveFlag>true</ActiveFlag>
<AllergyDescription>sample string 6</AllergyDescription>
<AllergyTreatment>sample string 7</AllergyTreatment>
<ID>2</ID>
<MedicalAllergySeq>1</MedicalAllergySeq>
<MedicalAllergyTypeCode>sample string 3</MedicalAllergyTypeCode>
<SeverityCode>sample string 4</SeverityCode>
</spsStudentAllergy_Response>
<spsStudentAllergy_Response>
<ActiveFlag>true</ActiveFlag>
<AllergyDescription>sample string 6</AllergyDescription>
<AllergyTreatment>sample string 7</AllergyTreatment>
<ID>2</ID>
<MedicalAllergySeq>1</MedicalAllergySeq>
<MedicalAllergyTypeCode>sample string 3</MedicalAllergyTypeCode>
<SeverityCode>sample string 4</SeverityCode>
</spsStudentAllergy_Response>
</ArrayOfspsStudentAllergy_Response>