Back to Kinetic Platform Integrations
Handler · Version 1

Kinetic Request CE Cascading Attribute Value Retrieve Kinetic Platform

Download GitHub

About

Retrieves a submissions values, it's forms attribtues, kapps attributes, and spaces attributes. Attributes and Values are returned as JSON structured like so:

Configurations
Name Description Sample
api_server Kinetic Request CE API Web Application http://server:port/kinetic
api_username Name of user account that has permission to use the API
api_password Password for the API user *********
space_slug Slug of the Space where the Submission is being retrieved.
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered.
Start Context The lowest level to search. If Submission, only a Submission Id is needed
End Context The highest level to search. If Submission, only a Submission Id is needed
Property To Find The Name of the Field/Attribute to search for a match.
Backup Value If no Field/Attribute value is returned, use this value
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.
Submission Id The id of the submission to find values in
Results
Name Description
Matched Context The Context for which the value was found (Space / Kapp / Form Attribute, Submission Values or the Backup Value)
Value The Matched Value Found and Returned
Handler Error Message
Changelog

Kinetic Request CE Cascading Attribute Value Retrieve V1.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 Cascading Attribute Value Retrieve (2017-02-18)

  • Initial version. See README for details.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top