Created
March 24, 2022 09:28
List Items with Compliance Tag via Graph API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://graph.microsoft.com/v1.0/sites/@{variables('SiteId')}/lists/@{variables('ListId')}/items/?$expand=fields($select=id,_ComplianceTag,_IsRecord) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment