URI

The URI consists of Path and Query.

The syntax of the URI is as follows:

<Base Path><API Path>?<Query Parameter Name>=<Query Parameter Value>&<Query Parameter Name>=<Query Parameter Value>... 

The parameter names (fields, etc.) that you specify in Query are case sensitive, but the parameter values are case insensitive.

However, if the parameter value is a Boolean, true/false can only be specified in lower case.

If the parameter name is not specified correctly, the API fails with HTTP status code 400.

Caution

If the value of the parameter contains reserved characters as defined in RFC 3986, specify the string without encoding it.

Note

The URI information obtained by the RESTful APIs does not include the Base Path (for example: https://192.168.1.1:5665).