Full name: projects.locations.datasets.hl7V2Stores.messages.batchGet
Gets multiple messages in the given HL7v2 store.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/hl7V2Stores/*}/messages:batchGet
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. Name of the HL7v2 store to retrieve messages from, in the format:  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
ids[] | 
                
                   
 The resource id of the HL7v2 messages to retrieve in the format:  A maximum of 100 messages can be retrieved in a batch. All 'ids' have to be under parent.  | 
              
view | 
                
                   
 Specifies the parts of the Messages resource to return in the response. When unspecified, equivalent to BASIC.  | 
              
Request body
The request body must be empty.
Response body
Gets multiple messages in a specified HL7v2 store.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "messages": [
    {
      object( | 
                  
| Fields | |
|---|---|
messages[] | 
                    
                       
 The returned Messages. See   | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcarehttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.