/group-data/group-identifiers


  get: 
    Summary: Mapping of Group Identifiers 
    Operation ID: GetGroupIdentifiers 
 
    Tags: 
      - Group Identifiers 
 
    Parameters: 
      - Name: ext-group-id 
        In: query 
        Description: External Group Identifier 
        Required/Optional: false 
        Schema: 
          Reference: '#/components/schemas/ExtGroupId' 
      - Name: int-group-id 
        In: query 
        Description: Internal Group Identifier 
        Required/Optional: false 
        Schema: 
          Reference: 'TS29571_CommonData.yaml#/components/schemas/GroupId' 
      - Name: ue-id-ind 
        In: query 
        Description: Indication whether UE identifiers are required or not 
        Required/Optional: false 
        Schema: 
          Type: boolean 
          Default: false 
      - Name: supported-features 
        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: 
              Reference: '#/components/schemas/GroupIdentifiers' 
        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