ListConsentArtifactsResponse

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
consentArtifacts array The returned Consent artifacts. The maximum number of artifacts returned is determined by the value of page_size in the ListConsentArtifactsRequest.
nextPageToken string Token to retrieve the next page of results, or empty if there are no more results in the list.
View JSON Schema on GitHub

JSON Schema

ListConsentArtifactsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListConsentArtifactsResponse",
  "properties": {
    "consentArtifacts": {
      "description": "The returned Consent artifacts. The maximum number of artifacts returned is determined by the value of page_size in the ListConsentArtifactsRequest.",
      "items": {
        "$ref": "#/components/schemas/ConsentArtifact"
      },
      "type": "array"
    },
    "nextPageToken": {
      "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.",
      "type": "string"
    }
  },
  "type": "object"
}