Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If login is successful, HTTP 200 code will be sent, and session ID is returned as plain text result ("text/plain" content type, no JSON wrapping). Else 'SC_BAD_REQUEST' is returned (400).

To logout use (supply valid session ID):
AccessControl/logout?EDMSESSIONID=
NOTE:

Info

Sessions have a timeout – for specific value see documentation for EDMWebServices (by default it is set to 12 hours after last usage).