Get a Profile Sharing Group

get

/bcws/webresources/v1.0/sharing/profiles/{id}

Gets the profile sharing group that matches the specified ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The profile sharing group was returned successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ProfileServExtratingType
Type: object
Show Source
Nested Schema : ResourceRef
Type: object
Show Source
Nested Schema : dataArray
Type: array
A list of extended rating attributes (ERAs).
Show Source
Nested Schema : extension
Type: object
The extended attributes.
Nested Schema : Extrating
Type: object
Information about an extended rating attribute.
Show Source
  • The ERA's label name.
  • A number that keeps the reference count. For purchases, the counter is incremented by one. For cancellations, the counter is decreased by one.
  • The provisioning status. Can be one of the following:
    • 0: No operation
    • 1: Provisioning ERA
    • 2: Provisioning ERA failed
    • 3: ERA active
    • 4: Unprovisioning ERA
    • 5: Unprovisioning ERA failed
    • 6: ERA unprovisioned
    • 7: Suspending ERA
    • 8: ERA suspension failed
    • 9: ERA suspended
Nested Schema : DataArray
Type: object
A list of extended rating attributes (ERAs).
Show Source

500 Response

An internal server error occurred.
Back to Top