get_speed_settings

To get speed parameters, use the get_speed_settings request.

Copied!

svc=unit/get_speed_settings&params={
    "itemId":<long> 
    }

Parameters

The request must contain the itemId parameter, specifying the unit ID.

Response

If the request is completed successfully, the following result is returned:

Copied!

{
    "speedParameter": "speeds2",
    "speedMeasure": 1
}

Otherwise, an error code is returned.

Error codes

Error code Description
4 Wrong input parameter.
7 The user doesn’t have the required access right to the unit (ADF_ACL_ITEM_VIEW_PROPERTIES).
Download PDF file
Download Word document

See also