Account Dashboard - Region Admin

API URL

{{url}}/admin-service/account/list

Method

POST

Description

Get account list in region admin dashboard

Sample Input:

{

"tenantId":156

}

Output

Field Name

Type

Comments

id(Account)

Number

6

name

String

Kisumu Heart Account

siteCount

Number

1

tenantId

Number

195

oucount

Number

1

name(country)

String

Kenya

countryCode

String

254

unitMeasurement

String

metric

Sample Output:

{
    "message": "Got all Accounts.",
    "entity": null,
    "status": true,
    "entityList": [
        {
            "id": 6,
            "name": "Kisumu Heart Account",
            "siteCount": 1,
            "tenantId": 195,
            "oucount": 1
        },
        {
            "id": 11,
            "name": "Africa Heart Associates Account",
            "siteCount": 0,
            "tenantId": 210,
            "oucount": 1
        }
        ]
        "responseCode": 200,
    "totalCount": 2
    }

@2024 Medtronic LABS