Get extended schema

Retrieves the extended schema for a selected action or trigger in an Embedded Journey instance

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this API to fetch additional input and output fields that are generated dynamically based on the selected app, action or trigger, input values, and connection. The returned schema can be used to render fields in the Embedded UI or a custom configuration interface.

Path Params
string
required

Unique ID of the Embedded Journey instance for which the extended schema must be retrieved

Body Params
string
required

Alias of the app for which the extended schema must be fetched

string

Alias of the action for which the extended schema is required. Use this when fetching schema for an action

string

Alias of the trigger for which the extended schema is required. Use this when fetching schema for a trigger

json
required

Input values required to generate the extended schema. The structure depends on the selected app and action or trigger. For example, {"question": "Hi","conversation_id": "1234", "answerType": "string","retryHelp": "valid" }. The input can be obtained from the Get app configuration API

string
required

Unique ID of the connection used to fetch the extended schema

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json