Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:mervis-scada:50-api [2025/02/27 11:43] v.kohout [api/get/projectByParts] |
en:mervis-scada:50-api [2025/07/24 08:46] (current) m.skrivanek [api/v2/get/authenticate] |
||
---|---|---|---|
Line 7: | Line 7: | ||
^Function^Description| | ^Function^Description| | ||
+ | ^api/ | ||
^api/ | ^api/ | ||
^api/ | ^api/ | ||
Line 35: | Line 36: | ||
===== Examples ===== | ===== Examples ===== | ||
- | ====api/ | + | ====api/ |
+ | |||
+ | **Request** | ||
+ | |||
+ | * URL: / | ||
+ | * Method: POST | ||
+ | |||
+ | <code javascript> | ||
+ | {" | ||
+ | </ | ||
+ | |||
+ | or with the full name (with the domain and login name) | ||
+ | |||
+ | <code javascript> | ||
+ | {" | ||
+ | </ | ||
+ | |||
+ | **Response** | ||
+ | |||
+ | * token (string) - Authentication token for calling other API methods. | ||
+ | * tokenValidFor (TimeSpan) - The duration for which the provided token is valid. This value is not returned if a token wasn't provided or if its validity period isn't configured. Example: " | ||
+ | * changePwdBefore (DateTime or null) - If present, this specifies the date and time by which the current password must be changed. This period is determined by the domain' | ||
+ | * notifyNearingPwdExpirationIn (TimeSpan or null) - If present, this indicates how long before the password expires (refer to changePwdBefore) a notification should be displayed to the user. Example: " | ||
+ | |||
+ | |||
+ | |||
+ | <code javascript> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | }</ | ||
+ | ====[Deprecated] | ||
+ | |||
+ | This is deprecated API method. Use api/ | ||
**Request** | **Request** | ||
Line 41: | Line 92: | ||
* URL: / | * URL: / | ||
* Method: POST | * Method: POST | ||
+ | |||
<code javascript> | <code javascript> | ||
{" | {" | ||
+ | </ | ||
+ | |||
+ | or with the full name (with an escaped backslash between the domain and login name) | ||
+ | |||
+ | <code javascript> | ||
+ | {" | ||
</ | </ | ||
Line 395: | Line 453: | ||
</ | </ | ||
- | ==== [Depricated] api/ | + | ==== [Deprecated] api/ |
**Request** | **Request** |