Image
About Images
An Image represents a stored image asset. It contains information about the datasource it belongs to and the URLs that can be used to access the image and its thumbnail.
id
The unique identifier of the iamge
Type: ID!
dataSourceId
When applicable, the unique identifier of the datasource or device that generated this image.
Type: ID
timestamp
When applicable, the time when the image was taken
Type: DateTimeOffset
url
The URL of the image
Type: String!
thumbnailUrl
The URL of the image’s thumbnail
Type: String