Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 672 Bytes

getThumbnail.md

File metadata and controls

21 lines (13 loc) · 672 Bytes

Get Thumbnail for Camera

Retrieve the JPEG thumbnail picture of the given camera. The URL path is specified in the thumbnail attribute of the camera, for example from the HomeScreen call. Add the .jpg extension to the URL path.

GET /media/production/account/{AccountId}/network/{NetworkID}/camera/{CameraId}/theClipFileName.jpg

Headers

  • TOKEN-AUTH - session auth token

Response

content-type: image/jpeg

Example Request

curl --request GET \
  --url https://rest-prod.immedia-semi.com/media/production/account/1234/network/1234/camera/123456/theClipFileName.jpg \
  --header 'token-auth: {Auth_Token}'