Retrieve a list of sessions within a Group by id
Accessible via URL https://api.channel.io/open/v5/groups/{groupId}/sessions and HTTP GET
This method accepts application/json
Parameter | Example | Required | Description | Parameter type |
|---|---|---|---|---|
groupId | 1234 | Required | Id of | Path |
GET https://api.channel.io/open/v5/group/1234/sessions
Retrieve a list of sessions within a Group by name.
Accessible via URL https://api.channel.io/open/v5/groups/@{groupName}/sessions and HTTP GET
This method accepts application/json
Parameter | Example | Required | Description | Parameter type |
|---|---|---|---|---|
groupName | justgroup | Required | Name of | Path |
GET https://api.channel.io/open/v5/group/@justgroup/sessions
Returns sessions along with related information.
JSON