Return integrated application URL

This function returns the URL for an integrated application.

SecurityBasicAuth
Request
query Parameters
app
required
string

The application's name.

Example: app=applicationname
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/Integration/fetch_url
Request samples
uapi --output=jsonpretty \
  --user=username \
  Integration \
  fetch_url \
  app='applicationname'
Response samples
application/json
{}