Back to Kinetic Discussions Integrations
Handler · Version 1

Kinetic Discussions Discussion Find Kinetic Discussions

Download GitHub

About

This handler uses the OAuth client ID and client secret to retrieve an access token that connects to the Kinetic Discussions API. It will then return details for a specific discussion based on ID.

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
CE Space The CE space of the discussion you are trying to retrieve. Optional. Defaults to handler info property.
Related Type If searching by a related item, this is the type of the related item key. e.g. Submission
Related Key If searching by a related item, this is the key of the related item. e.g. a GUID
Search Archived Determines if searching should only be done against archived discussions. Set to true to search archived, anything else not to. true
Start Time Any ISO 8601 date/time format for the start range of the last message created. 2018-12-27T14:59:59Z
End Time Any ISO 8601 date/time format for the end range of the last message created. 2018-12-29T14:59:59Z
Title Match against discussion title. Johnny Five
Result Limit Limit the number of returned search results.
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Discussions Details about the matching discussions, JSON formatted.
Changelog

KineticDiscussionsIssueRetrieveV1 (2015-04-06)

  • 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