Note: Nintex Apps data centers are located in West US and Australia (AUS). In-region processing of Nintex Apps data is only available in these regions.
All code samples below refer to the skuid object.
In the v2 API, this object is not directly accessible when working within a browser console—or when referring to another Nintex Apps page runtime.
If you are experiencing issues, use the skuid.runtime API to target the appropriate page context.
skuid.runtime
Used to establish a Nintex Apps page context when working with API version 2. Each Nintex Apps page API—listed in this API reference's table of contents—is available with the page objects returned by these functions.
Functions
skuid.runtime.getPageMap()
Returns: | Return type: |
---|---|
An object containing all Nintex Apps pages within the current page, each as a separate object. Nintex Apps pages will be listed as separate objects by their page name and their page ID. | Object |
skuid.runtime.getPageList()
Returns: | Return type: |
---|---|
An array containing all Nintex Apps pages within the current page, with each page as a separate index | Array |
skuid.runtime.getPage(pageNameOrId)
Arguments: | Returns: | Return type: |
---|---|---|
|
The Nintex Apps page and its various APIs |
Object |