Returns the view's configspec.

{
"operationName": "getconfigspec",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
},
"operationArguments": {
"viewPath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"
}
}
operationName: string

Name of the operation.

"getconfigspec"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
operationArguments: object
viewPath: string

Path in the view where you want to perform the operation.

"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"