Export - Returns URL for requested visual
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
anyOptional
Responses
200
Success: Returns the URL for the exported visual.
Responsestring
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /visualExport HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
text
Last updated