Skip to main content
Version: v0.16.0

Get Reveal Cases

This example will

  • Login to Reveal
  • Get a list of Reveal cases

Setup​

Instructions on how to install and setup Sequence and the Sequence Connector for Rest.

SCL​

Download the SCL here: reveal-get-cases.scl

To run:

PS > ./sequence.exe run reveal-get-cases.scl
- <username> = 'username'
- <password> = 'password'

- <session> = Reveal_Login_Get username: <username> password: <password>
- <userId> = <session>["UserId"]
- <LoginSessionId> = <session>["LoginSessionId"]
- Reveal_Cases_Get InControlAuthToken: <LoginSessionId>