Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

13 total results found

Generate a New Token

API Documentation

In order to generate a new token / API key there are a few prerequisite steps that must be followed first. Please be sure of the following before proceeding. Unlimited Plan In order to generate an API token and make use of the API calls you must have a c...

API Prerequisites

API Documentation

After generating your API token you are ready to start making API calls and communicating with our service. We recommend reading this page before starting and understanding limitations of our service as well as what is to be expected. We will also outline some...

List All Apps

API Documentation

/app-view API: https://devsey.com/api/app-view METHOD: GET HEADER Authorization: API Token required Accept: application/json POST Variables NONE GET Variables NONE RETURN unique_id: string /report-view-by-id app_id ...

List All Browsers

API Documentation

/browsers-view API: https://devsey.com/api/browsers-view METHOD: GET HEADER Authorization: API Token required Accept: application/json POST Variables NONE GET Variables NONE RETURN id: int /screenshots-create app_...

List All Resolutions

API Documentation

/resolutions-view API: https://devsey.com/api/resolutions-view METHOD: GET HEADER Authorization: API Token required Accept: application/json POST Variables NONE   GET Variables NONE RETURN id: int /screenshots-create ...

Report By ID

API Documentation

/report-view-by-id/{id} API: https://devsey.com/api/report-view-by-id/{id} METHOD: GET HEADER Authorization: API Token required Accept: application/json POST Variables NONE GET Variables id unique_id /app-view RETURN ...

Issues By ID

API Documentation

/issues-view-by-id/{id} API: https://devsey.com/api/issues-view-by-id/{id} METHOD: GET HEADER Authorization: API Token required Accept: application/json POST Variables NONE GET Variables id unique_id /report-view-by-id/{id} ...

Screenshots By ID

API Documentation

/screenshots-view-by-id/{id} API: https://devsey.com/api/screenshots-view-by-id/{id} METHOD: GET HEADER Authorization: API Token required Accept: application/json POST Variables NONE GET Variables id unique_id /report-view-by-i...

Create Advanced Report

API Documentation

/report-advanced-create API: https://devsey.com/api/report-advanced-create METHOD: POST HEADER Authorization: API Token required Accept: application/json POST Variables app_id STRING /app-view unique_id app_browser INT /brows...

Create New Application

API Documentation

/app-create API: https://devsey.com/api/app-create METHOD: POST   HEADER Authorization: API Token required Accept: application/json   POST Variables siteurl STRING   GET Variables NONE   RETURN message: "App created succ...

Delete Application

API Documentation

/app-remove API: https://devsey.com/api/app-remove METHOD: POST   HEADER Authorization: API Token required Accept: application/json   POST Variables app_id STRING /app-view unique_id   GET Variables NONE   RETURN messa...

Create Quick Report

API Documentation

/report-create API: https://devsey.com/api/report-create METHOD: POST   HEADER Authorization: API Token required Accept: application/json   POST Variables app_id STRING /app-view unique_id   GET Variables NONE   RETURN ...

Create Screenshot

API Documentation

/screenshots-create API: https://devsey.com/api/screenshots-create METHOD: POST HEADER Authorization: API Token required Accept: application/json POST Variables report_id STRING /report-view-by-id/{id} unique_id app_browser IN...