0

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,

1
  • I am checking to see how things are going there on this issue. Commented Apr 6, 2023 at 6:00

1 Answer 1

0

I will recommend you to use graph api, please refer to following endpoint

GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?$expand=fields 

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.