Description
This function returns the URL for an integrated application.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
app |
string |
Required The application's name. |
A valid string. |
applicationname |
Returns
The function outputs one or both of the following returns:
Return |
Type |
Description |
Possible values |
Example |
redirect_url |
string |
The URL to which the application will redirect visitors. |
A valid publicly-available URL. |
http://application.example.com/application
|
url |
string |
The URL to which the application redirects visitors if the redirect_urllocation is unavailable. |
A valid publicly-available URL. |
http://application.example.com/ |