DX Engine's Generic Components
Component | Requires Connector | Allows for Personalization | |
---|---|---|---|
Generic Webservice Call | Yes | Yes | |
Rendering Instructions | No | Yes |
Generic Webservice Call
Connector Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Base URL | baseUrl | |
Path | path | |
Method | method | Valid values: GET , POST , PUT , DELETE |
Headers | baseHeaders | |
Query Parameters | baseQueryParams | |
Body | baseBody |
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Connection | connectionCode | The Connection Code of a configured Contentstack Connector. |
Webservice Path | path | |
Method | method | |
Headers | baseHeaders | |
Query Parameters | baseQueryParams | |
Query Parameter Options | queryParamsOptions | |
Body | body |
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Headers | headers | |
Query Parameters | queryParams |
Rendering Instructions
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Default Instructions | defaultInstructions | Array of key/value objects. [{key<string>, value<string>] . The intent is to provide further instructions to the rendering logic. |
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Instructions | triggeredInstructions | Array of key/value objects. [{key<string>, value<string>] . The intent is to provide further instructions to the rendering logic. |