Get Staffs

This page will help you get started with Get Staffs.

API url
Staging: https://app.staging.rohealth.ng/api/external/staffs
Production: https://app.rohealth.ng/api/external/staffs

GET request

Below is a sample response

{
    "status": {
        "code": 100,
        "desc": "Individuals Returned"
    },
    "entity": [
        {
            "first_name": "Emmanuel",
            "last_name": "Isah",
            "gender": "Male",
            "mobile": "2347056621744",
            "email": "[email protected]",
            "state": null,
            "uuid": null,
            "max_period_allowed": 0,
            "_id": 0
        },
        {
            "first_name": "Odekeye ",
            "last_name": "Micheal",
            "gender": "male",
            "mobile": "2347033883387",
            "email": "[email protected]",
            "state": "Ekiti State State",
            "uuid": "2843f1bb-45ed-4f67-8a67-1f3d346134d9",
            "max_period_allowed": 0,
            "_id": 5815
        },
        {
            "first_name": "Tobe",
            "last_name": "henry",
            "gender": "Male",
            "mobile": "2349133309770",
            "email": "[email protected]",
            "state": "Lagos State State",
            "uuid": "12e6a2c9-61df-4f4b-bcd1-d1ab74b51e3b",
            "max_period_allowed": 0,
            "_id": 5899
        },
        {
            "first_name": "Tober",
            "last_name": "henrry",
            "gender": null,
            "mobile": "2349133309570",
            "email": "[email protected]",
            "state": null,
            "uuid": "a5b4ee7d-0188-4af4-a9fa-c132df14f175",
            "max_period_allowed": 0,
            "_id": 5901
        }
        
       
    ],
    "meta": null
}
Language
Authorization
Query
Click Try It! to start a request and see the response here!