Full name: projects.locations.datasets.annotationStores.annotations.list
Lists the Annotations in the given Annotation store for a source resource.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/annotationStores/*}/annotations
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Name of the Annotation store to retrieve Annotations from. Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Limit on the number of Annotations to return in a single response. If not specified, 100 is used. May not be larger than 1000. |
pageToken |
The nextPageToken value returned from the previous List request, if any. |
filter |
Restricts Annotations returned to those matching a filter. Functions available for filtering are:
|
view |
Controls which fields are populated in the response. |
Request body
The request body must be empty.
Response body
Lists the Annotations in the specified Annotation store.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"annotations": [
{
object( |
| Fields | |
|---|---|
annotations[] |
The returned Annotations. Won't be more values than the value of pageSize in the request. See |
nextPageToken |
Token to retrieve the next page of results or empty if there are no more results in the list. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcarehttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
AnnotationView
The optional view on Annotation.
| Enums | |
|---|---|
ANNOTATION_VIEW_UNSPECIFIED |
Same as BASIC. |
ANNOTATION_VIEW_BASIC |
Only name, annotationSource and customData fields are populated. |
ANNOTATION_VIEW_FULL |
All fields are populated. |