SOAP API method WebSession_retrieve
Parameters
- Parameter 'id' : string
- The identifier (id) of the object that is retrieved
Return values
- Return value 'websession' : Structure of type 'websession'
- All properties of the retrieved websession
Structure 'websession'
This structure websession was mentioned above. This structure has the following properties:
- Property 'id' : string
- Unique identifier for the session.
- Property 'firstimpression' : timestamp
- When was the first impression during this session?
- Property 'lastimpression' : timestamp
- When was the last impression during this session?
- Property 'duration' : integer
- Duration of the session.
- Property 'ip' : string
- The IP address of the visitor.