Back to Kinetic Platform Integrations
Handler · Version 1

Kinetic Request CE Submission Retrieve Associated Attributes 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:

[ { name="attributeName" : values=["xyz","abc"] } ]

Configurations
Name Description Sample
api_server Kinetic Request CE API Web Application http://server:port/kinetic
api_username Username for an account that has permission to use the API
api_password Password for the API user *********
space_slug The space slug (can also be set as a parameter).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
Space Slug The Space the submission is being retrieved from (defaults to info value if not provided).
Submission Id The id of the submission being retrieved. 424ecd62-8d9a-11e7-b48a-9904b1fc11dd
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Type
Form Slug
Form Attributes
Kapp Slug
Kapp Attributes
Space Slug
Space Attributes
Submission Values
Changelog

Kinetic Request CE Submission Retrieve Associated Attributes 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 Submission Retrieve Associated Attributes V1 (2016-09-27)

  • Initial version. See README for details.
Download GitHub

On This Page

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