{
"resourceInfoList": [
{
"error": null,
"resourcePath": "/views/test_view/test_vob/file1.txt"
}
],
"responseCode": 200,
"responseMsg": "The operation is successful."
}
responseCode: integer

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

200
responseMsg: string

Successful or Failure message

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

List of resource path names

[
{
"error": null,
"resourcePath": "/views/test_view/test_vob/file1.txt"
},
{
"error": {
"errorCode": 500,
"errorMsg": "Unable to check in the resource"
},
"resourcePath": "/views/test_view/test_vob/file3.txt"
}
]
object