The system will generate a response after processing your request for GetResourcesProperties.

{
"responseCode": 200,
"responseMsg": "The operation is successful.",
"scmResourceProperties": [
{
"resource": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"versionControlled": true,
"checkedOut": false,
"hijacked": false
}
]
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed.

200
responseMsg: string

Successful or Failure message

"The operation is successful."
scmResourceProperties: object[]

List of resources.

[
{
"resource": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"versionControlled": true,
"checkedOut": false,
"hijacked": false,
"error": null
}
]
resource: string

Path to the view root or any resource in the view.

versionControlled: boolean

This provides information on whether the resource is source-controlled or not.

checkedOut: boolean

This provides information on whether the resource is checked-out or not.

hijacked: boolean

This provides information on whether the resource is hijacked or not.

error: object
errorCode: integer

Represents status code of the operation.

errorMsg: string

Error or exception description message.