Description Usage Arguments Details Value Examples
Implement a REST API request. This function wraps up an API request into single uri and calls it
1 | spservice(service, site, site_collection)
|
service |
an api request. |
site |
a SharePoint site name, e.g. '/ExpertGroups/WGNSSK'. The default is to take the value of getOption("icesSharePoint.site"). |
site_collection |
a SharePoint site collection, will almost exclusively be 'https://community.ices.dk', so these functions should work for other SharePoint sites outside ICES. The default is to take the value of getOption("icesSharePoint.site_collection"). |
The requests always ask for json data, but may on occasion (esp when the request fails) return xml.
The result of the request.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.