Retrieve version control properties for each resource.

{
"operationName": "properties",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2MjQ3Nn0.io9Nb3yXtSsmtBYUDN9Y56ZHpmW7Khfe4EuuZRNtme4"
},
"operationArguments": {
"resourcePaths": [
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1"
]
}
}
operationName: string

Name of the operation.

"properties"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2MjQ3Nn0.io9Nb3yXtSsmtBYUDN9Y56ZHpmW7Khfe4EuuZRNtme4"
operationArguments: object
resourcePaths: string[]

List of resource path names to operate on.

[
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1"
]