Search for a Plan

This page will help you get started with Search Pla.

API url
Staging: https://app.staging.rohealth.ng/api/external/plans/search?minPrice=1000&maxPrice=10000&planType=Individual&locationID=25&priceOrder=DESC&aboveStatus=0&planProvider=Rothauge HMO
Production: https://app.rohealth.ng/api/external/plans/search?minPrice=1000&maxPrice=10000&planType=Individual&locationID=25&priceOrder=DESC&aboveStatus=0&planProvider=Rothauge HMO

GET request

QUery Params

  • minPrice
  • maxPrice
  • planType
  • LocationID
  • priceOrder

Below is a sample response body

{
    "status": {
        "code": 100,
        "desc": "Plans fetched successfully."
    },
    "entity": [
        {
            "id": "99",
            "created": "2022-01-01 00:00:00",
            "hmo": "12",
            "name": "P-Gold Individual",
            "price": "5900",
            "status": "1",
            "slug": "p-gold-individual-99",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Individual",
            "plan_provider": "P-Gold Individual",
            "ward_type": "Private",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "25000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/19w5sdk7w3SsM8AtL0EgZguHOfxQnfSYN/edit?usp=sharing&ouid=108723155482891214877&rtpof=true&",
            "payment_duration": "0",
            "description": null,
            "updated": null,
            "immediate_activation": "1",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503125/rohealth/hmos/hmo_12.png",
            "hmo_name": "Phillips HMO",
            "hosptial_count": "760",
            "total_count": "49"
        },
        {
            "id": "95",
            "created": "2022-01-01 00:00:00",
            "hmo": "12",
            "name": "P-Bronze Individual",
            "price": "2110",
            "status": "1",
            "slug": "p-bronze-individual-95",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Individual",
            "plan_provider": "P-Bronze Individual",
            "ward_type": "General",
            "dental": "Covered",
            "optical_care": "Not Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "5000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/19w5sdk7w3SsM8AtL0EgZguHOfxQnfSYN/edit?usp=sharing&ouid=108723155482891214877&rtpof=true&",
            "payment_duration": "0",
            "description": null,
            "updated": null,
            "immediate_activation": "1",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503125/rohealth/hmos/hmo_12.png",
            "hmo_name": "Phillips HMO",
            "hosptial_count": "488",
            "total_count": "49"
        },
        {
            "id": "97",
            "created": "2022-01-01 00:00:00",
            "hmo": "12",
            "name": "P-Silver Individual",
            "price": "2920",
            "status": "1",
            "slug": "p-silver-individual-97",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Individual",
            "plan_provider": "P-Silver Individual",
            "ward_type": "Semi-Private",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "10000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/19w5sdk7w3SsM8AtL0EgZguHOfxQnfSYN/edit?usp=sharing&ouid=108723155482891214877&rtpof=true&",
            "payment_duration": "0",
            "description": null,
            "updated": null,
            "immediate_activation": "1",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503125/rohealth/hmos/hmo_12.png",
            "hmo_name": "Phillips HMO",
            "hosptial_count": "488",
            "total_count": "49"
        }
      ],
    "meta": {
        "currentPage": 1,
        "pageSize": 100,
        "totalCount": "49",
        "totalPages": 1
    }
}

Try dragging a block from the right to see how easy it is to add more content!

Language
Click Try It! to start a request and see the response here!