Kinetic Request CE Attribute Values Retrieve
Returns attributes for the provided slugs.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
Retrieves space attributes and optionally kapp and form attributes.
Parameters
Name | Description |
---|---|
Error Handling | Determine what to return if an error is encountered. |
Space Slug | The Slug of the space to find attribute values in. |
Kapp Slug | The Slug of the kapp to find attribute values in. |
Form Slug | The Slug of the form to find attribute values in. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Error Handling | Error Message |
Space Slug | test-space |
Kapp Slug | test-kapp |
Form Slug | test-form |
Results
Name | Description |
---|---|
Handler Error Message | |
Space Attributes | The space attributes |
Kapp Attributes | The kapp attributes |
Form Attributes | The form attributes |
Change Log
Version | Date | Description |
---|---|---|
1.1 | 2018-05-25 | * API Server Info Value changed to allow ${space} in the url for subdomain support (ie. https://${space}.localhost:8080/kinetic) Kinetic Request CE Attribute Values Retrieve (2017-09-13) * Initial version. See README for details. |