Get saved window position and size

LiveContent S1000D allows a user to save the position and size of his or her client windows. This information is stored in the user's profile and persists between sessions. If this user has selected that this information should be stored, this API grants access to those values.

Example API call

/lcapi?target=main&action=get_position&user=admin

Parameters

ParameterDescription
targetmain
actionget_position
userUsername of the user whose preferences should be loaded and displayed.

Returns

On success
<result save_position="1" left_x="784" left_y="12" height="746" width="1116"/>
On failure

If a parameter is missing, username is wrong, or other issues persist, the API call always returns:

<result save_position="0" left_x="0" left_y="0" height="0" width="0" />