Get GroupSyncable from channel ID
GET/groups/:group_id/channels/:channel_id
Get the GroupSyncable object with group_id and channel_id from params
Permissions
Must have manage_system permission.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- 501
GroupSyncable object retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Something went wrong with the server
Feature is disabled