Connector Metadata Get
Overview
API URI
GET: /connector-metadataResponse Payload
{
"enableFeatures": [
"CURRENT_STATE_SYNC_FLAG",
"REMOTE_ID_LINK",
"TARGET_LOOKUP",
"CRITERIA",
"MAPPED_DATA_RETRIEVAL"
],
"additionalMetadata":
{
"userSearchOnUserNameSupported": "<Does the connector support searching for users by username>",
"userSearchOnEmailSupported": "<Does the connector support searching for users by email>"
}
,
"fields": [
{
"internalName": "<user input field internal name>",
"displayName": "<user input field display name>",
"tooltip": "<tool tip>",
"required": true,
"fieldType": "ENUM",
"lookup": {
"staticValues": [
{
"internalName": "<internal name or id of lookup value>",
"displayName": "<display name>"
}
],
"dynamicLookupKey": null
},
"defaultValue": null,
"validation": null,
"fieldOrder": 1,
"parent": null,
"screens": [
"SYSTEM_CONFIG",
"INTEGRATION_SOURCE_CONFIG",
"INTEGRATION_TARGET_CONFIG"
]
}
]
}Response Parameters
Parent Parameter
Name
Required
Type
Description
Last updated

