Gets classification label set on the specified list
command: spo list label get -u|--webUrl <webUrl> -l|--listId [listId] -t|--listTitle [listTitle]
For more information see: https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnplabel?view=sharepoint-ps
Hi @waldekmastykarz , is there any known rest api for this yet? Or should we mimic CSOM call Microsoft.SharePoint.Client.CompliancePolicy.SPPolicyStoreProxy.GetListComplianceTag instead and pass the request? If yes please assign to me. Thanks
There is a REST API. Search in _api/$metadata for SP_CompliancePolicy_SPPolicyStoreProxy_GetListComplianceTag.
All yours and I appreciate you reaching out 馃憦
Thanks Waldek! I am on it.