Get the view's stream (UCM views only)

{
"operationName": "getviewstream",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"viewPath": "/views/test_view"
}
}
operationName: string

Name of the operation

"getviewstream"
communication: object
token: string

Token which will be used for authorization

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
operationArguments: object
viewPath: string

Path in view in which to perform operation

"/views/test_view"