GET /api/Admin/GetAllByName{name}
Path parameters
-
name
string Required Format should match the following pattern:
^[A-Za-z]*$
.
GET
/api/Admin/GetAllByName{name}
curl \
--request GET 'http://alzaware.runasp.net/api/Admin/GetAllByName{name}'
Response examples (200)
[
{
"id": 42,
"firstName": "string",
"lastName": "string",
"ssn": "string",
"birthDate": "2025-05-04T09:42:00Z"
}
]
Response examples (200)
[
{
"id": 42,
"firstName": "string",
"lastName": "string",
"ssn": "string",
"birthDate": "2025-05-04T09:42:00Z"
}
]