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