GET api/reg_student?father_id={father_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| father_id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"std_id": 1,
"std_firstname": "sample string 2",
"std_picture": "sample string 3",
"current_grade": "sample string 4",
"current_classe": "sample string 5"
}