filter
when you want to filter the results based on some attributes specific to a question and the API allows that)GET
)${q}
variable that contains what the user fills in the field (to search), then you may use variables specified in Props (e.g. ${filter}
) and also variables from the configuration fileAccept: application/json
or some authentication header)GET
it should be empty){{item.id}}
here. You can also compose multiple fields together, e.g., {{item.field1}}-{{item.field2}}
.**{{item.name}}**
to display the name in bold.${id}
(a props
) variable to build the URLresult.list
together with attributes.id
and attributes.data.name
in case of:integrations.yml
) that you can use to keep some settings out of the KM (e.g. URL of the API endpoint or API key that you don’t want to share). The file can contain for each integration (using its Id) a list of key-values./legacy/search
with header Api-Key
where value is base64 encoded string <username>:<password>
(as for HTTP Basic Auth). In case you are using DSW root KM, your integration YAML config should look like this:/search
endpoint.