How to Get Workflow Definitions Using the REST API
This post will give an example of getting all 2010 and 2013 workflow definitions, using the gd-sprest library to interact with the REST API.
This post will give an example of getting all 2010 and 2013 workflow definitions, using the gd-sprest library to interact with the REST API.
This post will give an example referencing the DataTables.net library in TypeScript projects. The gd-sprest-bs library contains an instance of jQuery for the Bootstrap library. The DataTables.net library references the jQuery global reference, which is not be available based on how webpack bundles the gd-sprest-bs library. We will need to manually set the jQuery reference in the DataTables.net library.
This post will give an example of creating content types in SharePoint. The gd-sprest library will use the SharePoint Configuration helper class to create the content types. The gd-sprest SharePoint Code Examples all utilize a configuration file for its SharePoint assets. This post will focus on the configuration file for creating site and list content types.