-
Notifications
You must be signed in to change notification settings - Fork 2
30 Current Parameters
Преподобный Ален edited this page Feb 18, 2026
·
1 revision
Retrieve information about the current session settings of an authorized user.
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 | 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. |
Concepts
API Guide
Authentication & Session
- Connection
- Registration
- Authorization (OAuth 2.0)
- Sign In
- Sign Out
- Password Recovery
- Verification Codes
- Authentication
- Authorization
- Who Am I?
Core Services
Object & Workflow Endpoints
Schema & Internals
Configuration Developer Guide
- Configuration Guide
- Creating an Entity
- Creating a Document
- Creating a Reference
- Workflow Customization
- REST Endpoint Guide
- Event Handler Guide
Operations