Forum Discussion
BoHyun
Sep 03, 2020Brass Contributor
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?$...
- 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
DanLepage
Sep 11, 2023Copper Contributor
Hi, this documentation simply states that it gives a skipToken but does not provide any information on how to use it in C#.
Is there any examples of how to implement it?