• Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.popular]]
    • MyVR.com

    Is there a way to search through the content of messages?

    Messages
    1
    2
    2154
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Steven Talbott 0
      Steven Talbott 0 last edited by

      Is there a way to search for a message containing a certain word or phrase? The search box doesn’t seem to support this. I need to quantify something and searching the content of messages would be the easiest way to do that.

      Thank you!

      1 Reply Last reply Reply Quote 0
      • Steven Talbott 0
        Steven Talbott 0 last edited by Steven Talbott 0

        I ended up just dumping them all to a spreadsheet using the API so I’m good to go. For those who have the same issue in the future, here’s how I did it:

        1. Send a GET request to:
          https://api.myvr.com/v1/inquiry-messages/

        2. Add the necessary parameters. In my case, I used:

          • limit=1000
          • startDate=2019-01-01

        Example:

        GET /v1/inquiry-messages/?limit=1000&startDate=2019-01-01
        HTTP/1.1
        Host: api.myvr.com
        Authorization: Bearer [API_KEY]
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        About the MyVR Community

        • Getting Started
        • Community Rules
        • Best Practices
        Copyright © 2016 - 2020 MyVR | Contact Us
        Admin Login | Logout