curl --request GET \
--url https://api.example.com/vision/list[
{
"id": 123,
"name": "<string>",
"width": 123,
"height": 123,
"recording": true
}
]curl --request GET \
--url https://api.example.com/vision/list[
{
"id": 123,
"name": "<string>",
"width": 123,
"height": 123,
"recording": true
}
]Was this page helpful?