Back to Kinetic Platform Integrations
Handler · Version 1

Kinetic Request CE Attachment Temp Link Retrieve Kinetic Platform

Download GitHub

About

Retrieves file attachment information for a submitted attachment field in Kinetic Request CE. This information also contains the URL for each attachment so the file can be downloaded from the file store. Urls are only good for ~5 seconds.

example results: [ { "contentType":"image/png", "name":"2016PartialPlansMap-01.png", "size":175522, "url":"https://myserver/kinetic-filehub/filestores/kinetic-our-slug/2016/03/17/3fe2a934-21fb-4f5d-834b-51a492df5762?expiration=1458597108871&filename=2016PartialPlansMap-01.png&key=ALM84LG&signature=9-5Ad87HpX5YaNkW2-DryI5SWSg" } ]

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 attachment is being retrieved from (defaults to info value if not provided).
Submission Id The Id of the Submission. 65b39e7d-fdbb-11e5-a574-1f1230d968d5
Field Name The name of the Field that contains the attachments. Attachment
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Files JSON info on the file, including the URL.
Changelog

Kinetic Request CE Attachment Temp Link Retrieve V1.2 (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 Attachment Temp Link Retrieve V1.1 (2017-11-21)

  • Changed name from Attachment Info to more accurately refer to what the handler is used for

Kinetic Request CE Attachment Temp Link Retrieve V1 (2015-02-25)

  • 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