GET
/api/Admin/GetAllAdmins{pageNumber}
curl \
--request GET 'http://alzaware.runasp.net/api/Admin/GetAllAdmins{pageNumber}'
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"
}
]