|
GetLoginHistory |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/GetLoginHistory
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetLoginHistory
Gets the login history of a user.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetLoginHistory
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ MaxEntries |
xs:int |
nillable |
Sets how many entries of the history should be returned. If 0 oder null, it will default to 100. |
â–¡ TimestampFrom |
xs:string |
nillable |
Sets the timestamp from where the login history will be returned. If null, it will default to the current date and time. |
â–¡ UserNo |
xs:int |
nillable |
Sets the user for which to load the login history. If 0 oder null, the logged in user's history will be loaded. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetLoginHistoryResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ Entries |
|
nillable |
Gets list login history entries. |
≡ WSLoginHistoryEntry |
|
list nillable |
|
â–¡ Client |
xs:string |
nillable |
Gets the Thereforeâ„¢ client name. |
â– ClientVersion |
xs:unsignedInt |
|
Gets the Thereforeâ„¢ client's version as number. |
â–¡ ClientVersionString |
xs:string |
nillable |
Gets the Thereforeâ„¢ client's version as formatted string. |
â– ErrorCode |
xs:int |
|
Gets the error code of the login event. 0 if there was no error. |
â–¡ IPAddress |
xs:string |
nillable |
Gets the IP address of the client machine. |
â–¡ NodeName |
xs:string |
nillable |
Gets the name of the client machine. |
â–¡ Timestamp |
xs:string |
nillable |
Gets the timestamp of the login event. |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |