5.2.33 Resource: GroupIdentifiers

29.5053GPP5G SystemRelease 18Stage 3TSUsage of the Unified Data Repository services for Subscription Data

5.2.33.1 Description

This resource represents the collection of data that can be shared by multiple UEs.

5.2.33.2 Resource Definition

Resource URI: {apiRoot}/nudr-dr/<apiVersion>/subscription-data/group-data/group-identifiers

This resource shall support the resource URI variables defined in table 5.2.33.2-1.

Table 5.2.33.2-1: Resource URI variables for this resource

Name

Definition

apiRoot

See 3GPP TS 29.504 [2] clause 6.1.1

5.2.33.3 Resource Standard Methods

5.2.33.3.1 GET

This method shall support the URI query parameters specified in table 5.2.33.3.1-1.

Table 5.2.33.3.1-1: URI query parameters supported by the GET method on this resource

Name

Data type

P

Cardinality

Description

supported-features

SupportedFeatures

O

0..1

see 3GPP TS 29.500 [8] clause 6.6

ext-groud-id

ExtGroupId

C

0..1

External Group ID

int-group-id

GroupId

C

0..1

Internal Group ID

ue-id-ind

boolean

C

0..1

Indication whether UE identifiers are required or not.

When present, it shall be set as following:

– true: UE identifiers are required

– false (default): UE identifiers are not required

NOTE: Either ext-group-id or int-group-id shall be present in the request.

Either the ext-group-id or the int-group-id shall be present in the request.

This method shall support the request data structures specified in table 5.2.33.3.1-2 and the response data structures and response codes specified in table 5.2.33.3.1-3.

Table 5.2.33.3.1-2: Data structures supported by the GET Request Body on this resource

Data type

P

Cardinality

Description

n/a

Table 5.2.33.3.1-3: Data structures supported by the GET Response Body on this resource

Data type

P

Cardinality

Response

codes

Description

GroupIdentifiers

M

1

200 OK

Upon success, a response body containing the group identifier(s) shall be returned.

ProblemDetails

O

0..1

404 Not Found

If the ueId does not exist, a response code of 404 Not Found shall be returned. The "cause" attribute may be used to indicate one of the following application errors:

– GROUP_IDENTIFIER_NOT_FOUND

– DATA_NOT_FOUND

NOTE: In addition, common data structures as listed in table 5.5-1 are supported.