# query_student_api All URIs are relative to *https://dev-sg.portal.hocvienconggiao.com* Method | HTTP request | Description ------------- | ------------- | ------------- **get_student_by_id**](query_student_api.md#get_student_by_id) | **GET** /query-api/student-service/students/{id} | Find student by ID # **get_student_by_id** > models::Student get_student_by_id(ctx, id) Find student by ID Returns a single student ### Required Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **ctx** | **context.Context** | context containing the authentication | nil if no authentication **id** | [****](.md)| ID of student to return | ### Return type [**models::Student**](Student.md) ### Authorization [student_auth](../README.md#student_auth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)