API Reference > itwin-client > iTwinServiceClients > WsgClient > getUrl getUrl Method Gets the URL of the service. Attempts to discover and cache the URL from the URL Discovery Service. If not found uses the default URL provided by client implementations. Note that for consistency sake, the URL is stripped of any trailing "/" getUrl(requestContext: ClientRequestContext, excludeApiVersion?: boolean): Promise<string> Parameter Type Description requestContext ClientRequestContext excludeApiVersion boolean Pass true to optionally exclude the API version from the URL. Returns - Promise<string> URL for the service Defined in clients/itwin/src/WsgClient.ts Line 256 Last Updated: 11 June, 2024