POST
/
settings
/
_import
Post import template settings from existing application
curl --request POST \
  --url https://{FUSION_HOST.com}/api/templating/settings/_import \
  --header 'Content-Type: application/json' \
  --data '{
  "app": "your-app-name",
  "entityDirty": true,
  "hierarchyFields": [
    {
      "field": "product_description",
      "fieldName": "product_description",
      "separator": ";"
    }
  ],
  "id": "<string>"
}'
{
  "app": "your-app-name",
  "hierarchyFields": [
    {
      "field": "product_description",
      "separator": ";"
    }
  ],
  "id": "your-app-name:version"
}

Query Parameters

context
string

The context parameter retrieves templates for the specified application. The parameter format is app:your-app-name. Only the first application listed in the context is displayed even if a comma-delimited list is entered in the parameter.

Example:

"app:your-app-name"

Body

application/json

Internal use only. Import templates from an existing Fusion application. Use this only for imports and upgrades.

Response

200
application/json

OK

The response is of type object.