All the TIBCO Spotfire Statistics Services (TSSS) URL APIs are case sensitive. They must be used exactly as mentioned in the
TIBCO Spotfire Statistics Services URL API Guide for the appropriate server version.
For example, to know the details about TIBCO Spotfire Statistics Services and the engine type and version, the API ExtendedServerInfo can be used as below:
http://<servername>:<port>/<servicename>/api/v8/administration/ExtendedServerInfo
In the above URL the <servername>, <port>, and <servicename> must be replaced as per the installation details. Specifically, the URL is case sensitive and it must be used as is, with capital E, S, and I in ExtendedServerInfo, and all the rest in lower case. The following example shows the correct usage of the URL API:
The URL API Guide can be found in the TIBCO Documentation site (for example for version 10.3,
TIBCO Spotfire Statistics Services URL API Guide) and also accessed on TSSS homepage (http://<servername>:<port>/<servicename>) by clicking on "URL API Reference" in the Documentation section.