/subscription-data/{ueId}/context-data/ee-subscriptions

get:

Summary: Retrieves the ee subscriptions of a UE

Operation ID: Queryeesubscriptions

Tags:

- Event Exposure Subscriptions (Collection)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

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

- 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

Operation ID: CreateEeSubscriptions

Tags:

- Event Exposure Subscriptions (Collection)

Parameters:

- name: ueId

In: path

Description: UE ID

Required/Optional: true

Schema:

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

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}/subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}'

Required/Optional: true

Schema:

Type: string

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

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