Retrieve all group subscriptions by group

GET {{baseUrl}}/.api/api.svc/usergroups/:userGroupId/groupsubscriptions

This endpoint displays information about all the subscriptions a specified group has, given the group's Id. Only information about one group can be printed at a time.

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | The type of response data to request. By default this endpoint will respond with XML.

The options are:

  • application/json
  • application/xml |

RESPONSES

status: OK

{"minRequestPeriod":0,"requestSupportCode":637793303025348772,"dictionary":null,"response":{"__type":"IglooList:http://schemas.iglooplatform.com/Igloo.Old.Common","startIndex":0,"count":2,"totalCount":"2","items":[{"__type":"Model.GroupSubscriptionDefinitionWithObject:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"communityId":"{{$randomUUID}}","created":{"userId":"","date":"/Date(1643726734720-0500)/","user":null},"forObjectId":"{{$randomUUID}}","frequency":1,"groupId":"{{$randomUUID}}","isGroupSubscription":true,"modified":{"userId":"","date":"/Date(1643726734720-0500)/","user":null},"overridesGroupSubscription":false,"userId":""},{"__type":"Model.GroupSubscriptionDefinitionWithObject: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":""}]}}