Full name: projects.locations.datasets.consentStores.consentArtifacts.list
Lists the Consent artifacts
in the specified consent store
.
HTTP request
GET https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/consentStores/*}/consentArtifacts
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the consent store to retrieve consent artifacts from. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. Limit on the number of consent artifacts to return in a single response. If not specified, 100 is used. May not be larger than 1000. |
pageToken |
Optional. The nextPageToken value returned from the previous List request, if any. |
filter |
Optional. Restricts the artifacts returned to those matching a filter. The following syntax is available:
The fields available for filtering are:
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"consentArtifacts": [
{
object( |
Fields | |
---|---|
consentArtifacts[] |
The returned Consent artifacts. The maximum number of artifacts returned is determined by the value of pageSize in the ListConsentArtifactsRequest. |
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.