Required. The resource name of the Consent to retrieve, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{consentStoreId}/consents/{consentId}.
In order to retrieve a previous revision of the Consent, also provide the revision ID: projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{consentStoreId}/consents/{consentId}@{revisionId}
Authorization requires the following IAM permission on the specified resource name:
healthcare.consents.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Consent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["Retrieves a specific revision of a Consent resource or the latest revision if no revision ID is provided."],["Uses a GET request with a URL structure following gRPC Transcoding syntax for accessing the resource."],["Requires the `healthcare.consents.get` IAM permission on the specified resource name for authorization."],["The response body, when successful, will contain the specified `Consent`."],["OAuth scopes `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` are needed for authorization."]]],[]]