I need to get the custom column values of items in document set through REST API. I wrote the below API:
https://SiteURL/_api/Web/GetFolderByServerRelativePath(decodedurl='SIteurl/Library/DocumentsetName')?$expand=Folders,Files,ListItemAllFields Above API is giving defalut column values. I need to get the Item Id and other custom values.
Need help on this.
Thanks,