Projects

This page provides example code for working with Projects in the Integration Theme.

The shared config.js file for these examples is incomplete. Enter your own settings for the examples to function.

List Projects

View in SDK Docs

This example gets Projects from a specified Group and displays their details.

It uses an optional OData query to order by name & limit the Projects returned to 12 - for improved performance.

For example: this could be used as a Project selection page, allowing you to start a new Specification for that Project.

Loading...