Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 1, in this case the API would fetch patient with id 1
  2. ?name=john&age=45, in this case the API would fetch a list of patients whose names contain john and them ages are 45 years.
  3. empty string, in this case the API would return a list all patients.