annotation_data
Overview
Name | annotation_data |
Type | Resource |
Id | googledevelopers.books.annotation_data |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Unique id for this annotation data. |
volumeId | string | The volume id for this data. * |
data | object | |
encodedData | string | Base64 encoded data for this annotation data. |
kind | string | Resource Type |
annotationType | string | The type of annotation this data is for. |
layerId | string | The Layer id for this data. * |
selfLink | string | URL for this resource. * |
updated | string | Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format). |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
layers_annotationData_get | SELECT | annotationDataId, contentVersion, layerId, volumeId | Gets the annotation data. |
layers_annotationData_list | SELECT | contentVersion, layerId, volumeId | Gets the annotation data for a volume and layer. |