Session Web Service
Info
- Service name : Session
- Version : 2.0
Technical
The web service is accessible using:
XML-RPC: Info on how to use- JSONP: Info on how to use
- JSON-RPC: Info on how to use
Overview of provided functions
start
Start a session, which will provide u with a token to be used in all your next requests.
Attention
This request does not require the use of a token in the service endpoint.
Input
- key (string) : Your personal Web Service Key, which is some sort of password you can request by sending an email to sales[at-r.].
Output
(string) A token to be used in all your next requests.
get
Get information about your session.
Input
No parameters.
Output
(boolean) False if the token you provided is invalid (never been valid, or expired).
(object) An object with information about your session if the token you provided is valid :
- siteId : The id of you as a web service using party.
- userId : The id of the user that is logged in in the session.
- createdDate : The date and time when the session was started.
- updatedDate : The date and time when the session was last used.