End points
Contents

1.Available end points

It is possible to access diverse objects in the HS/FS via HTTP. The calls for the individual objects are described in more detail in the following.

End points are available for the following objects:

2.Call

The basic call looks as follows (placeholder in UPPER CASE):

https://HS_IP/endpoints/call?key=OBJECT-KEY&method=METHOD&PARAMETER=VALUE&user=USER&pw=PWD

 
PlaceholdersExplanation
HS_IPThe IP address of HS/FS.
OBJECT-KEYThe object key is made up of a prefix for the type of respective object, followed by an '@' character and the ID specified at the object in Expert.
Example for the object key of a communication object: CO@100_2_3.
METHODThe method specified here depends on the type of object activated. A list of the methods available for the respective objects is specified in the help of the object concerned.
PARAMETER=VALUEOptional, can occur several times!

The number of parameters varies for the methods (0 to n). These are integrated by a '&' character, followed by the parameter type, an equal sign and the value of the parameter in the call.
Whether a parameter is required, and if so, which, depends on the object used and the methods used.

Example: In order to set a communication object to the value 7, "value" must be entered as PARAMETER and "7" as VALUE: &value=7.
USERUser name of a user in HS/FS Expert. This user must have access rights to the respective object for reading and writing.
PWDPassword of the previously entered user in HS/FS Expert.
 
A description of the methods (and, if necessary, of the parameters you require) are specified in the case of individual objects.