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 Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json successful operation
resolutions object
▶ Hide child attributesresolutions. BigSur string[]
Example: ["1024x768","1280x960","1280x1024"]
resolutions. Catalina string[]
Example: ["1024x768","1280x960","1280x1024"]
resolutions. Windows11 string[]
Example: ["1024x768","1280x800","1280x1024"]
resolutions. Windows10 string[]
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"
}