/subscription-data/group-data/{ueGroupId}/ee-subscriptions

get:

Summary: Retrieves the ee subscriptions of a group of UEs or any UE

Operation ID: QueryEeGroupSubscriptions

Tags:

- Event Exposure Group Subscriptions (Collection)

Parameters:

- name: ueGroupId

In: path

Description: Group of UEs or any UE

Required/Optional: true

Schema:

Reference: '#/components/schemas/VarUeGroupId'

- name: supported-features

In: query

Description: Supported Features

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'

Responses:

'200' Expected response to a valid request

Content:

Application/JSON:

Schema:

Type: array

items:

Reference: '#/components/schemas/EeSubscription'

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'

Method: Post

Summary: Create individual EE subscription for a group of UEs or any UE

Operation ID: CreateEeGroupSubscriptions

Tags:

- Event Exposure Group Subscriptions (Collection)

Parameters:

- name: ueGroupId

In: path

Description: Group of UEs or any UE

Required/Optional: true

Schema:

Reference: '#/components/schemas/VarUeGroupId'

Request Body:

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/EeSubscription'

Required/Optional: true

Responses:

'201' Expected response to a valid request

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/EeSubscription'

Headers:

Location:

Description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/nudr-dr/v1/subscription-data/group-data/{ueGroupId}/ee-subscriptions '

Required/Optional: true

Schema:

Type: string

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'