Skip to main content
POST
/
api
/
video
/
getTimelapseMetadata
Get timelapse metadata
curl --request POST \
  --url https://api2.rhombussystems.com/api/video/getTimelapseMetadata \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "deviceUuidList": [
    "AAAAAAAAAAAAAAAAAAAAAA.v0"
  ]
}
'
{
  "earliestTimestampMap": {},
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for getting timelapse metadata for cameras.

deviceUuidList
(string<DeviceFacetUuid> | null)[] | null

List of device facet UUIDs to get timelapse metadata for

RUUID with optional appended facet information

Example:

"AAAAAAAAAAAAAAAAAAAAAA.v0"

Response

200 - application/json

OK

Response object containing timelapse metadata for cameras.

earliestTimestampMap
object

Map of device facet UUIDs to their earliest available timelapse timestamps

error
boolean | null
errorMsg
string | null
warningMsg
string | null