Retrieve all group subscriptions

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

Retrieve all the group subscriptions present for your digital workplace, and the details about each one (group subscription ID, date created, etc.)

HEADERS

KeyDatatypeRequiredDescription
AcceptstringThe 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":637793401926414138,"dictionary":null,"response":{"__type":"IglooList:http://schemas.iglooplatform.com/Igloo.Old.Common","startIndex":0,"count":3,"totalCount":"3","items":[{"__type":"Model.GroupSubscriptionDefinitionWithObject:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"","navType":0,"communityId":"{{$randomUUID}}","created":{"userId":"","date":"/Date(1604307626493-0500)/","user":null},"forObjectId":"{{$randomUUID}}","frequency":1,"groupId":"{{$randomUUID}}","isGroupSubscription":true,"modified":{"userId":"","date":"/Date(1604307626493-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(1604307626493-0500)/","user":null},"forObjectId":"fea510cf-e91c-eb11-80db-000d3a0c1465","frequency":1,"groupId":"{{$randomUUID}}","isGroupSubscription":true,"modified":{"userId":"","date":"/Date(1604307626493-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(1604307626493-0500)/","user":null},"forObjectId":"{{$randomUUID}}","frequency":1,"groupId":"{{$randomUUID}}","isGroupSubscription":true,"modified":{"userId":"","date":"/Date(1604307626493-0500)/","user":null},"overridesGroupSubscription":false,"userId":""}]}}