Resolution›Get Resolutions of Platforms
Resolution
Get Resolutions of Platforms
This API fetches available supported Platforms Resolution
Get Resolutions of Platforms curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/resolutions" \
--header "Authorization: Basic <encoded-value>"
{
"resolutions": {
"BigSur": [
"1024x768",
"1280x960",
"1280x1024"
],
"Catalina": [
"1024x768",
"1280x960",
"1280x1024"
],
"Windows11": [
"1024x768",
"1280x800",
"1280x1024"
],
"Windows10": [
"1024x768",
"1280x800",
"1280x1024"
]
},
"message": "Resolutions are retrieved successfully",
"status": "success"
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response
application/jsonsuccessful operation
resolutionsobject
resolutions.BigSurstring[]
Example:["1024x768","1280x960","1280x1024"]
resolutions.Catalinastring[]
Example:["1024x768","1280x960","1280x1024"]
resolutions.Windows11string[]
Example:["1024x768","1280x800","1280x1024"]
resolutions.Windows10string[]
Example:["1024x768","1280x800","1280x1024"]
Get Resolutions of Platforms curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/resolutions" \
--header "Authorization: Basic <encoded-value>"
{
"resolutions": {
"BigSur": [
"1024x768",
"1280x960",
"1280x1024"
],
"Catalina": [
"1024x768",
"1280x960",
"1280x1024"
],
"Windows11": [
"1024x768",
"1280x800",
"1280x1024"
],
"Windows10": [
"1024x768",
"1280x800",
"1280x1024"
]
},
"message": "Resolutions are retrieved successfully",
"status": "success"
}