Admin api stores
Get a camera by id
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
storeId*integer
Id of a physical store. The id is required when retailer want to make a call to specified store.
cameraId*integer
Id of the camera
Range
1 <= valueResponse Body
application/json
application/json
curl -X GET "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/stores/0/cameras/1"{
"id": 0,
"cameraType": "unknown",
"k1": "0.0",
"k2": "0.0",
"p1": "0.0",
"p2": "0.0",
"fx": "0.0",
"fy": "0.0",
"cx": "0.0",
"cy": "0.0",
"rotationX": "0.0",
"rotationY": "0.0",
"rotationZ": "0.0",
"translationX": "0.0",
"translationY": "0.0",
"translationZ": "0.0"
}Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?