In Box.com API document it is written that, if you will create a folder then you will get some response.
So I have gone through the response, and wondering what is "sequence_id" means in this block of of code.
"parent": {
"type": "folder",
"id": "0",
"sequence_id": null,
"etag": null,
"name": "All Files"
},
Regards