Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 398 Bytes

File metadata and controls

32 lines (24 loc) · 398 Bytes

Show Instructors

Represent all instructors

URL : /api/instructors/find-all

Method : GET


Success Response

Code : 200 OK

Sample Response :

[
  {
    "name": "Emre",
    "address": "İstanbul",
    "phoneNumber": "05XXXXXXXXX",
    "id": 1
  },
  {
    "name": "Mehmet",
    "address": "İstanbul",
    "phoneNumber": "05XXXXXXXX2",
    "id": 2
  }
]