Skip to main content

List All Browsers

/browsers-view

HEADER

  • Authorization: API Token required
  • Accept: application/json

POST Variables

  • NONE

 

GET Variables

  • NONE

RETURN

    • id: int
      • /screenshots-create
        • app_browser
      • /report-advanced-create
        • app_browser
    • browser: string
    • browser_name: string

image.png

Additional Information:

The list all browsers API should be paired with the /screenshots-create and /report-advanced-create APIs. Those two APIs require the browser ID in order to successfully complete. There are a number of ways you can design your application to make use of this, we recommend storing our bowser list on your own service so that you do not need to call our service every time you want to add a new screenshot or create an advanced report through our API but that method is not required. Localizing the resources for your own application can make it faster (require less calls to us an outside source) and cut down on unnecessary API calls. 

The return section above describes where the id value pairs to for the other APIs.