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"
]
}
Indicates the status of operation, specifying whether it was successful, partially successful, or failed.
200
Successful or Failure message
"The operation is successful."
List of checked-out resources in a view.
[
"C:\Web_TestProj0001\AutoTest\wtest10.txt"
]
List of hijacked resources in a view.
[
"C:\Web_TestProj0001\AutoTest\w_hijacked.txt"
]
List of view private resources in a view.
[
"C:\Web_ TestProj0001\AutoTest\w_new.txt"
]