ERMS Session

Open ERMS Session

GET /api/.../erms/session?polarisUserId={polarisUserId}

Open a search session with the ERMSDaemon and return the associated session token. This can be used to allow a client access to ERMS without being part of the domain.

Request Information

Parameters
Name Type Required Description
polarisUserId Integer Yes The unique id assigned to the Polaris staff user.

Response Information

Example
application/json, text/json
"NAiW0EZqcUKhb$mnNZBkNwABAgAB"

HTTP Response Codes

Code Description
200 OK. Success

Close ERMS Session

DELETE /api/.../erms/session/{sessionToken}

Close an existing session.

Request Information

Parameters
Name Type Required Description
sessionToken String Yes Token string for a previously opened session

Response Information

None

HTTP Response Codes

Code Description
200 OK. Success