Location Services

 View Only
last person joined: 7 days ago 

Location-based mobile app development and Bluetooth-based asset tracking with Meridian. Gathering analytics and business intelligence from Wi-Fi with Analytics and Location Engine (ALE).
Expand all | Collapse all

Beacon Database Export out of Meridian

This thread has been viewed 4 times
  • 1.  Beacon Database Export out of Meridian

    EMPLOYEE
    Posted Feb 04, 2019 12:23 PM

    Is there a way to export a list of beacons seen in meridian as a spreadsheet? I have a customer that is asking for this information and I have not found a way to provide it to them. 



  • 2.  RE: Beacon Database Export out of Meridian

    EMPLOYEE
    Posted Feb 07, 2019 06:00 AM

    You can use the API to get the beacon information out in JSON format. You may need some scripting to get that converted into Excel.

     

    API documentation for beacons at a location is here: https://docs.meridianapps.com/article/763-locations-beacons-api-endpoint

     

    To test it, find your location id (from the URL in the editor), then open: https://edit.meridianapps.com/api/locations/<your location-id-here>/beacons

     

    beacon-api.png



  • 3.  RE: Beacon Database Export out of Meridian

    EMPLOYEE
    Posted Feb 20, 2019 04:21 AM

    Here are some step by step instructions on how to use the API to export Beacon data to .csv. There is a python script included as an attachment to the post.


    #ALE
    #LocationServices
    #Meridian


  • 4.  RE: Beacon Database Export out of Meridian

    EMPLOYEE
    Posted Feb 20, 2019 04:27 AM

    Here are some step by step instructions on how to use the API to export Beacon data to .csv. There is a python script included as an attachment to the post.

     

    Hope this provides you with what you need. Using the API can be lots of fun and it's a great way to get in to Python.


    #ALE
    #LocationServices
    #Meridian