get https://apps.applozic.com/rest/ws/group/v2/channel
Use this API to get the list of open groups
Parameter Description:
Parameter | Required | Default | Description |
---|---|---|---|
pageSize | No | 50 | Number of Open channels need to be fetched. |
endTime | No | pass lastFetchTime as endTime (fetched in API response) to load more channel list. |
Note:
To load more open channels, pass "endTime" parameter in API call. Use the "lastFetchTime" value from the API response as "endTime" in next API call.