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

{
"responseCode": 200,
"responseMsg": "The operation is successful.",
"checkedOutList": [
"C:\Web_TestProj0001\AutoTest\wtest10.txt"
],
"hijackedList": [
"C:\Web_TestProj0001\AutoTest\w_hijacked.txt"
],
"viewPrivateList": [
"C:\Web_ TestProj0001\AutoTest\w_new.txt"
]
}
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."
checkedOutList: string[]

List of checked-out resources in a view.

[
"C:\Web_TestProj0001\AutoTest\wtest10.txt"
]
hijackedList: string[]

List of hijacked resources in a view.

[
"C:\Web_TestProj0001\AutoTest\w_hijacked.txt"
]
viewPrivateList: string[]

List of view private resources in a view.

[
"C:\Web_ TestProj0001\AutoTest\w_new.txt"
]