Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save expiscornovus/1ba014b7326ea8e3a83a2de98ad687ff to your computer and use it in GitHub Desktop.
Save expiscornovus/1ba014b7326ea8e3a83a2de98ad687ff to your computer and use it in GitHub Desktop.
List Items with Compliance Tag via Graph API
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