Full name: projects.locations.datasets.fhirStores.list
Lists the FHIR stores in the given dataset.
HTTP request
GET https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*}/fhirStores
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the dataset. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Limit on the number of FHIR stores 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 stores returned to those matching a filter. The following syntax is available:
Only filtering on labels is supported, for example |
Request body
The request body must be empty.
Response body
Lists the FHIR stores in the given dataset.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"fhirStores": [
{
object( |
Fields | |
---|---|
fhirStores[] |
The returned FHIR stores. Won't be more FHIR stores than the value of pageSize in the request. |
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-healthcare
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.