Start update session
Starts an update session and returns an ID string. Using a session saves time where multiple update requests need to be made as time is spent initializing things so that updates can be made.
Syntax
http://<Machine Name |IP >:<Port >/SARest/SQL/<Server Name >/<Encyclopedia Name >/<Workspace ID >/StartUpdateSession
This must be a POST request.
Example
http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/StartUpdateSession
Results
If a session is started successfully then the returned data is:
<sessionID> Text </sessionID>
If an exception occurs, the returned data is:
<Exception> <Message>text </Message> <ErrorCode>number </ErrorCode> </Exception>
Comments
This requires SAXT to be installed and for SAREST to have been configured with the SAXT URL.
Parent topic
This site works best with JavaScript enabled