Back to Customer API documentation

 

Customer REST API Method: pages/clients

Returns a list of web browsers available for testing.

 

URL:

https://#{company}.litmus.com/pages/clients.xml

 

HTTP Method(s):

GET

 

Parameters:

 

Response

          XML example (truncated): 

 

<?xml version="1.0" encoding="UTF-8"?>
<testing_applications type="array">
  <testing_application>
    <average_time_to_process type="integer">76</average_time_to_process>
    <result_type>page</result_type>
    <popular>false</popular>
    <status>0</status>
    <default>false</default>
    <platform_name>Windows</platform_name>
    <platform_long_name>Microsoft Windows</platform_long_name>
    <application_code>ie5</application_code>
    <application_long_name>Explorer 5.0</application_long_name>
  </testing_application>
  ...
</testing_applications>