Get All Mobile Environments
Retrieves a list of all mobile environments available in the system, based on the mobile operating systems and their respective manufacturers and devices.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/environments/mobile
Method:
GET
Authentication: Required (
Bearer Token
)
Path Parameters
user
User
The authenticated user making the request.
Response
Response Fields
operating_system
Object
Contains information about the operating system.
code
String
The code representing the operating system (e.g., IOS
, ANDROID
).
platform
String
The platform type, which is Mobile
in this case.
clean_name
String
The clean name of the operating system (e.g., iOS
, Android
).
screen_resolutions
Array
List of screen resolutions supported by the operating system.
manufacturers
Array
List of manufacturers and their devices supported on the given operating system.
code
String
The code of the manufacturer (e.g., APPLE
, SAMSUNG
).
name
String
The name of the manufacturer.
devices
Array
List of devices from the manufacturer with their respective versions.
details
Array
List of environment details such as environment_id
, version
, and enabled
.
enabled
Boolean
Indicates whether the environment is enabled.
browsers
Array
List of browsers available for the operating system (empty in this case).
enabled
Boolean
Indicates whether the operating system is enabled for use.
Error Codes
400
BAD_REQUEST
Invalid request parameters.
401
UNAUTHORIZED
The user is not authorized to access this resource.
403
FORBIDDEN
The user does not have sufficient permissions to access the resource.
500
INTERNAL_ERROR
An internal server error occurred while processing the request.
Example Request
Last updated