ListConsentStoresResponse

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
consentStores array The returned consent stores. The maximum number of stores returned is determined by the value of page_size in the ListConsentStoresRequest.
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

ListConsentStoresResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListConsentStoresResponse",
  "properties": {
    "consentStores": {
      "description": "The returned consent stores. The maximum number of stores returned is determined by the value of page_size in the ListConsentStoresRequest.",
      "items": {
        "$ref": "#/components/schemas/ConsentStore"
      },
      "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"
}