Get Hospital for LGA

GET https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetHospitalsForLga?lgaId=548fa972-98e4-e711-83bb-44850015c0e4

This endpoint retrieves all Hospitals in a LGA.

Query Parameters

NameTypeDescription

LgaId

string

LgaId(Refer to Get All Lga)

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json

{
    "result": [
        {
            "id": "085020bc-7f85-4f50-597d-d797c4130bd6",
            "name": "First City Hospital"
        },
        {
            "id": "b518c98e-3b6f-5d92-268e-fa3b2a64a33f",
            "name": "Royal Infirmary Hospital"
        },
        {
            "id": "037c2135-4d06-7a2f-94ef-35db62d15fa8",
            "name": "St Louis Medical Centre"
        },
        {
            "id": "8d778220-3e9d-34a0-02d2-0d5ee2b82aa7",
            "name": "United Heart Hospital & Clinic"
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated