REST API:Obtain a Session ID
From LongJump Support Wiki
Revision as of 17:18, 2 September 2010 by imported>Aeric
To obtain a session ID for use in making a REST request, there are a couple of options:
- Use the getEnv from with the platform
- For methods running inside the platform, use the Java getEnv() method to obtain the session ID:
String sessionID = getEnv(ENV.SESSION.ID);
- Programmatic login
- Use the code from the Sample Login Client to programmatically log in and obtain the session ID from the response.