sp_getListMetadata: Get metadata of a SharePoint list

View source: R/sharepoint_list_get.R

sp_getListMetadataR Documentation

Get metadata of a SharePoint list

Description

This method lists all available metadata for a SharePoint list.

Usage

sp_getListMetadata(con, listName = NULL, listID = NULL, raw = F)

Arguments

con

A SharePoint connection

listName

Name of the SharePoint list

raw

Return response raw formatted. Default is FALSE

Value

SharePoint response as list (raw = TRUE) or the decoded response content as list (raw = FALSE).


LukasK13/sharepointr documentation built on Jan. 9, 2023, 12:22 p.m.