You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get get a list of all files in a given Folder including meta data fields.
When I run a REST call, I can see the returned data includes all meta properties in the ListItemAllFields:
I am trying to do this with the following code but I am unable to retieve the ListItemAllFields for the files as well.
If collect the ListItemAllFields for each file one by one, it works but this for my target folder this takes about 15 minutes while the above REST call takes about 5 seconds.
Hi All,
I am trying to get get a list of all files in a given Folder including meta data fields.
When I run a REST call, I can see the returned data includes all meta properties in the ListItemAllFields:
/sites/test_site/_api/web/GetFolderByServerRelativeUrl('/folder_url')/Files?$expand=ListItemAllFields
I am trying to do this with the following code but I am unable to retieve the ListItemAllFields for the files as well.
If collect the ListItemAllFields for each file one by one, it works but this for my target folder this takes about 15 minutes while the above REST call takes about 5 seconds.
How can I accomplish this?
The text was updated successfully, but these errors were encountered: