Retrieve a group subscription by subscription ID

GET {{baseUrl}}/.api/api.svc/groupsubscriptions/:groupSubscriptionId/view

Return the details of a group subscription (frequency, date it was created) using the group subscription ID.

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"minRequestPeriod":0,"requestSupportCode":637793244253835673,"dictionary":null,"response":{"__type":"Model.GroupSubscriptionDefinition:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"communityId":"{{$randomUUID}}","created":{"userId":"","date":"/Date(1643727467910-0500)/","user":null},"forObjectId":"{{$randomUUID}}","frequency":1,"groupId":"{{$randomUUID}}","isGroupSubscription":true,"modified":{"userId":"","date":"/Date(1643727467910-0500)/","user":null},"overridesGroupSubscription":false,"userId":""}}