GET
/
api
/
v2
/
public
/
slug
/
:slug
/
config
/
:config_id
This API retrieves the config for an application using its unique identifier.
Request description
Path Parameters
Application Slug. Eg: docusign
Id of the config to be fetched. If not provided, linked_account_id
is considered by default.
Response description
Unique ID of the created config
Global input fields of an application
Field input type. Expected values: text
, number
, select
, map
Options array for the select
field, or map
field.
If the field is a required field.
Dynamic fields for user to map data to the map options.
Published workflows of the application
If the workflow is enabled for the linked account
Workflow specific input fields
Field input type. Expected values: text
, number
, select
, map
Options array for the select
field, or map
field.
If the field is a required field.
Dynamic fields for user to map data to the map options.