-
Hi, I’m trying to execute the following REST query using PnP Core:
My goal is to perform a REST query and retrieve all items from the list. So far, I’ve successfully queried using this code:
However, I’m unsure how to include additional properties such as FileLeafRef or EncodedAbsUrl in the query and how to specify the top parameter. Any guidance would be greatly appreciated! Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
jansenbe
Sep 18, 2024
Replies: 1 comment
-
See https://pnp.github.io/pnpcore/using-the-sdk/listitems-intro.html#reading-list-items for the options. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
plamber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://pnp.github.io/pnpcore/using-the-sdk/listitems-intro.html#reading-list-items for the options.