Create Reveal Folder
This example will
- Login to Reveal
- Create a new folder
Setup​
Instructions on how to install and setup Sequence and the Sequence Connector for Rest.
SCL​
Download the SCL here: reveal-create-folder.scl
To run:
PS > ./sequence.exe run reveal-create-folder.scl
- <username> = 'username'
- <password> = 'password'
- <caseId> = '159'
- <folderBody> = ("Name": "MyTestFolder" )
- <session> = Reveal_Login_Get username: <username> password: <password>
- <userId> = <session>["UserId"]
- <LoginSessionId> = <session>["LoginSessionId"]
- <folderCreateResult> = (Reveal_WorkFolder_Create Body: <folderBody> caseId: <caseId> InControlAuthToken: <LoginSessionId> userId: <userId>)