Get the view's stream (applicable only to UCM views).

{
"operationName": "getviewstream",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2ODEyMn0.JDXdvgCDdq_fEXahewr-A6AA6Yr_DhyqLS7OOZr5wpA"
},
"operationArguments": {
"viewPath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"
}
}
operationName: string

Name of the operation.

"getviewstream"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2ODEyMn0.JDXdvgCDdq_fEXahewr-A6AA6Yr_DhyqLS7OOZr5wpA"
operationArguments: object
viewPath: string

Path in the view to perform the operation.

"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"