Advanced Search
Search Results
15 total results found
API Documentation
API Documentation
Generate a New Token
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
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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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...