Skip to content

30 Current Parameters

Преподобный Ален edited this page Feb 18, 2026 · 1 revision

Current Parameters

Retrieve information about the current session settings of an authorized user.

API

POST /api/v1/current/<param>

Where <param> is one of the following:

  • session -- current session;
  • user -- current user;
  • userid -- user identifier;
  • username -- user login;
  • area -- document visibility scope;
  • interface -- interface;
  • locale -- language;
  • oper_date -- operational date (business day).

Request parameters: NONE

Parameter Details

Parameter Description
session Returns the current session token and its metadata.
user Returns the profile of the currently authenticated user.
userid Returns the UUID of the currently authenticated user.
username Returns the login (username) of the currently authenticated user.
area Returns the current document visibility scope (area). Areas control which documents the user can see.
interface Returns the current interface setting for the session.
locale Returns the current language/locale setting. See also Locale.
oper_date Returns the operational date. When set to a past date, the system operates in archive mode.

Related

  • Session -- manage session parameters
  • Locale -- locale listing and switching

Clone this wiki locally