GET /api/Admin/GetAllAdmins{pageNumber}

GET /api/Admin/GetAllAdmins{pageNumber}

Path parameters

  • pageNumber integer(int32) Required

Query parameters

  • pageSize integer(int32)

Responses

  • Success

    Hide response attributes Show response attributes object
    • id integer(int32)
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
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"
  }
]