Brent Ely
Brent Ely
Not currently.
Hi @dgutman What API method are you using and what's the version of SpRestLib? Are you adding the `content-type` yourself in the headers? Are no results being returned, eg: an...
Hi @DavidPratten Thanks for the suggestion. Many users undoubtedly deal with larger datasets, so it's a feature i'd like to implement. I'm imagining a new flag to existing methods, like...
Do you have an example of what you're trying to query?
Hi @AnatoliiV Thanks for the suggestion. I'd imagine this functionality would fall under RecycleBin support, which i'll tag as an enhancement for consideration as the library moves forward. Concept: `sprLib.recycleBin().files('oops_deleted.docx').restore()`
Hi @ra6hi9, No, I wasn't planning on doing much with Workflows in the immediate future...
### UPDATE SharePoint Designer-based workflows have been replaced in Microsoft365 by **Flows**. Querying a Flow via REST involves authenticating through Microsoft Graph and providing credentials to Azure's REST API. I'm...
Hi @jrow2286 Thanks for the feedback and the suggestion. As only the recent API supports batching, I imagine just adding a flag like `batch: true` would be how this is...
Hi @DavidPratten Thanks for the feedback. This is a topic that's not well documented or discussed. The List API docs indicate that calling `list().items()` without any `listCols` will return the...
I see what you're saying. There's some inherent mapping weirdness with column names just due to the SharePoint team's API implementation, legacy support, etc. that has to be dealt with...