Python
import requests url = "https://{FUSION HOST}/api/objects/substitutions" payload = {} headers = {"Content-Type": "application/zip"} response = requests.post(url, json=payload, headers=headers) print(response.text)
{ "properties": [ { "id": "<string>", "schema": { "type": "<string>", "title": "<string>", "description": "<string>", "hints": [ "<string>" ] } } ], "values": {}, "zipFileToken": "<string>" }
Returns variables declared in an imported zip file.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
A zip file to import.
The body is of type object.
object
successful operation
Show child attributes
Was this page helpful?