/shared-data


  get: 
    Summary: retrieve shared data 
    Operation ID: GetSharedData 
 
    Tags: 
      - Retrieval of shared data 
 
    Parameters: 
      - Name: shared-data-ids 
        In: query 
        Description: List of shared data ids 
        Required/Optional: true 
        Style: form 
        Explode: false 
        Schema: 
           Reference: '#/components/schemas/SharedDataIds' 
      - Name: supportedFeatures 
        In: query 
        Description: Supported Features 
        Schema: 
           Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' 
      - Name: If-None-Match 
        In: header 
        Description: Validator for conditional requests, as described in RFC 7232, 3.2 
        Schema: 
          Type: string 
      - Name: If-Modified-Since 
        In: header 
        Description: Validator for conditional requests, as described in RFC 7232, 3.3 
        Schema: 
          Type: string 
 
    Responses: 
      '200': 
        Description: Expected response to a valid request 
        Content: 
          Application/JSON: 
            Schema: 
              Type: array 
              Items: 
                Reference: '#/components/schemas/SharedData' 
              Min Items: 1 
        Headers: 
          Cache-Control: 
            Description: Cache-Control containing max-age, as described in RFC 7234, 5.2 
            Schema: 
              Type: string 
          ETag: 
            Description: Entity Tag, containing a strong validator, as described in RFC 7232, 2.3 
            Schema: 
              Type: string 
          Last-Modified: 
            Description: Timestamp for last modification of the resource, as described in RFC 7232, 2.2 
            Schema: 
              Type: string 
      '400': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/400' 
      '404': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/404' 
      '500': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/500' 
      '503': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/503' 
      Default: 
        Description: Unexpected error