# GET /api/Patient/GetPatientByName **GET /api/Patient/GetPatientByName** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **name** (string) ## Responses ### 200 Success #### Body: application/json (object) - **id** (integer(int32)) - **name** (string | null) - **address** (string | null) - **dateOfBirth** (string(date-time)) - **Additional properties are NOT allowed** () ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 500 Server Error [Powered by Bump.sh](https://bump.sh)