Get Resolutions › Fetch all available resolution on different OS.
Get Resolutions
Fetch all available resolution on different OS. Fetch all available resolution on different OS.
Fetch all available resolution on different OS. curl -- request GET \
-- url "https://api.lambdatest.com/screenshots/v1/resolutions" \
-- header "Authorization: Basic <encoded-value>"
{
"mac_res" : [
"1024x768" ,
"1280x1024"
] ,
"win_res" : [
"1024x768" ,
"1280x1024"
]
}
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
Fetch all available resolution on different OS. curl -- request GET \
-- url "https://api.lambdatest.com/screenshots/v1/resolutions" \
-- header "Authorization: Basic <encoded-value>"
{
"mac_res" : [
"1024x768" ,
"1280x1024"
] ,
"win_res" : [
"1024x768" ,
"1280x1024"
]
}