eVitalRx
  • API - powered by eVitalRx
  • Getting Started with eVitalRx
  • API FOR Product Catalogue
    • Introduction
    • Medicines
      • Search Product
      • Product Details
      • Search Content
      • Request Product
      • Get Categories
      • Get Category Products
  • API FOR Patient App
    • Introduction
    • Login/Signup
      • Signup send OTP
      • Signup
      • Login
      • Forgot password send OTP
      • Reset password
      • Change password
    • Patients
      • Add Patient
      • Update Patient
      • Get Patient
      • Add Patient family member
    • Addresses
      • List Addresses
      • Add-Update Address
      • Set Default Address
      • Delete Address
    • Medicines
      • Search Products
      • Search Manufacturer
      • Product Details
      • Get Stock details
      • Get Product Batch
      • Search Content
      • Branded to Generic
      • Get Categories
      • Get Category Products
      • Get Entity Categories
      • Get Entity Category Products
    • Orders
      • Place Order
      • Cancel Order
      • Save
      • Order Details
      • Order List
      • Mark as Accept
      • Mark as Reject
      • Get Reject Reasons
      • Get Chemist Order Settings
      • â›”Mark as Shipped
      • Mark as Delivered
      • Order Return
      • Order Return Details
  • API FOR EMR/HMIS SOFTWARE
    • Introduction
    • Medicines
      • Search Products
      • Product Details
      • Get Inventory Status
      • Get Inventory Items
      • Get Alternatives
      • Get Product Batch
      • Get Expired Batches
      • Request Product
      • Branded to Generic
      • Search Content
      • Add Favorite Medicine
    • Patients
      • Add Patient
      • Get Patient
      • Update Patient
      • Add Patient family member
    • Orders
      • Push Prescription
      • Order Details
      • Order List
      • â›”Update Order
      • Save
  • API FOR Custom Fields
    • Introduction
    • Add Custom Fields
    • Update Custom Field
    • Delete Custom Fields
    • List Custom Fields
  • API FOR MASTER
    • Reports
      • Margin Report
      • Stock Summary
  • API FOR FULFILLMENT
    • Introduction
    • Medicines
      • Search Products
      • Product Details
    • Orders
      • â›”Check Serviceability
      • Check Serviceability V3
      • â›”Checkout V2
      • Checkout V3
      • â›”Place Order V2
      • Place Order V3
      • â›”Order Details
      • Order Details V2
      • â›”Cancel Order
      • Cancel Order V2
      • Get Reject Reasons
    • Patients
      • Add Patient
      • Get Patient
  • API FOR B2B
    • Introduction
    • Orders
      • Order Save
      • Order Save as Draft
      • Order List
      • Order Details
      • Order Return Save
      • Order Return List
      • Order Return Details
    • Customers
      • Add / Update Customer
      • Customer List
  • Webhook Responses
    • Introduction
    • Medicine Webhook
    • Transaction Webhook
    • Draft Save
    • Draft Edit
    • Order Save
    • Order Edit
    • Order Accepted
    • Order Rejected
    • Order Shipped
    • Order Delivered
    • Order Split
  • Others
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. API FOR EMR/HMIS SOFTWARE
  2. Medicines

Search Content

To search content

PreviousBranded to GenericNextAdd Favorite Medicine

Last updated 3 months ago

Was this helpful?

Search Contents

POST

Request Body

Name
Type
Description

content*

String

Content to be searched.

apikey*

String

Authentication token

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2023-05-15 18:54:34",
    "data": {
        "results": [
            {
                "content": "Paradichlorobenzene (4gm)",
                "id": "TmOVsxtb5BlFs4px88ReRQ=="
            },
            {
                "content": "Paradichlorobenzene (162.5mg)",
                "id": "c7OJPXkeXCg/8pa130GbTg=="
            },
            {
                "content": "Paradichlorobenzene (320mg)",
                "id": "VcelI1X0zp2urnxD6sbnJw=="
            },
            {
                "content": "Propyl Paraben (180mcg)",
                "id": "vY/1wcav8EcVHA0otFK67Q=="
            },
            {
                "content": "Propyl Paraben (850.0mg)",
                "id": "0K50lD2ZYe6ZCitNDtfJZQ=="
            },
            {
                "content": "Paradichlorobenzene (0.38%w/w)",
                "id": "+Du4PAgn4slRMnpBsqaYPw=="
            },
            {
                "content": "Para Amino Benzoic Acid (500mg)",
                "id": "Ez+RTplCJoRJpyEHzxaAPQ=="
            },
            {
                "content": "Propyl Paraben (1.5gm)",
                "id": "6UPouwJuJnDVRDEHz5Zjyw=="
            },
            {
                "content": "Propyl Paraben (600000iu)",
                "id": "TRTCy6rIpJjr3JprQmITZA=="
            },
            {
                "content": "Propyl Paraben (0.31mg)",
                "id": "I3XKPhvcLdUgojwrUhlMuw=="
            }
        ]
    }
}
{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2023-05-15 18:54:46",
    "data": {
        "results": []
    }
}
{
    "status_code": "0",
    "status_message": "content is required",
    "datetime": "2023-05-15 18:54:59",
    "data": null
}

{{apiUrl}}doctor/medicines/content_search