Forum Discussion

BoHyun's avatar
BoHyun
Brass Contributor
Sep 03, 2020
Solved

Microsoft Graph API - How can I use 'skiptoken' in c#

Greetings.   It is bringing messages and replies to certain team's channel ID. use this,     https://graph.microsoft.com/beta/teams/{teamId}/channels/{channelId}/messages/{messageId}/replies?$...
  • Trinetra-MSFT's avatar
    Sep 08, 2020

    BoHyun ,The $skiptoken parameter contains an opaque token that references the next page of results and is returned in the URL provided in the @odata.nextLink property in the response.

    Please check this documentation for more information

Resources