ListOperationsResponse

The response message for Operations.ListOperations.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
nextPageToken string The standard List next-page token.
operations array A list of operations that matches the specified filter in the request.
View JSON Schema on GitHub

JSON Schema

ListOperationsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListOperationsResponse",
  "description": "The response message for Operations.ListOperations.",
  "properties": {
    "nextPageToken": {
      "description": "The standard List next-page token.",
      "type": "string"
    },
    "operations": {
      "description": "A list of operations that matches the specified filter in the request.",
      "items": {
        "$ref": "#/components/schemas/Operation"
      },
      "type": "array"
    }
  },
  "type": "object"
}