Returns the API Root URL for the web site.

Syntax

Response = HTTP_Services('GetAPIRootURL', FullURL)

Returns

The end point or full URL that defines where the API entry point begins.

Parameters

ParameterDescription
FullURLBoolean flag indicating if the full URL or just the end point should be returned. Default is True. Optional.

Remarks

It pulls this from SRP_HTTP_FRAMEWORK_SETUP <2>. A full URL will contains the Home URL appended with the end point API URL.

  • No labels