GET /api/Medicine/GetAllMedicines

GET /api/Medicine/GetAllMedicines

Responses

  • Success

    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • description string | null
    • companyName string | null
    • adminName string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • description string | null
    • companyName string | null
    • adminName string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • description string | null
    • companyName string | null
    • adminName string | null
    • Additional properties are NOT allowed
GET /api/Medicine/GetAllMedicines
curl \
 --request GET 'http://alzaware.runasp.net/api/Medicine/GetAllMedicines'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "description": "string",
    "companyName": "string",
    "adminName": "string"
  }
]
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "description": "string",
    "companyName": "string",
    "adminName": "string"
  }
]