Return Sitejet preview URL

This function returns a Sitejet website's preview URL.

SecurityBasicAuth
Request
query Parameters
websiteId
required
integer

The Sitejet website ID for the domain.

Example: websiteId=123456
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/Sitejet/get_preview_url
Request samples
uapi --output=jsonpretty \
  --user=username \
  Sitejet \
  get_preview_url \
  websiteId='123456'
Response samples
application/json
{}