Back to Kinetic Platform Integrations
Handler · Version 1

Kinetic Request CE Submission Retrieve Children Kinetic Platform

Download GitHub

About

Returns information about the children found by the query submission id, the count, and XML list of the Ids (for looping through the submissions), jsons of the submissions, and an XML of the submission (in case you want to loop through something other than the id.

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. Raise Error
Space Slug The Space the submission is being retrieved from (defaults to info value if not provided). acme
Submission Id The Id of the submission whose children are to be retrieved. c1399fea-2ea5-11e7-8d82-af7d446eb641
Return Type The return type of the results. JSON
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Count The number of children that have been returned.
Result The children submissions in the format specified in parameters
Changelog

Kinetic Request CE Submission Retrieve Children 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 Children V1 (2016-11-12)

  • 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