shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"result" : [
{
"id" : "28",
"name" : "_aqlfunctions",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_aqlfunctions"
},
{
"id" : "15",
"name" : "_routing",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_routing"
},
{
"id" : "32",
"name" : "_queues",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_queues"
},
{
"id" : "83",
"name" : "_statistics",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_statistics"
},
{
"id" : "8",
"name" : "_users",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_users"
},
{
"id" : "42",
"name" : "_apps",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_apps"
},
{
"id" : "113",
"name" : "animals",
"status" : 3,
"type" : 2,
"isSystem" : false,
"globallyUniqueId" : "h2C16B688710C/113"
},
{
"id" : "2",
"name" : "_iresearch_analyzers",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_iresearch_analyzers"
},
{
"id" : "13",
"name" : "_modules",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_modules"
},
{
"id" : "104",
"name" : "demo",
"status" : 3,
"type" : 2,
"isSystem" : false,
"globallyUniqueId" : "h2C16B688710C/104"
},
{
"id" : "30",
"name" : "_frontend",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_frontend"
},
{
"id" : "47",
"name" : "_appbundles",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_appbundles"
},
{
"id" : "6",
"name" : "_graphs",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_graphs"
},
{
"id" : "34",
"name" : "_jobs",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_jobs"
},
{
"id" : "78",
"name" : "_statisticsRaw",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_statisticsRaw"
},
{
"id" : "88",
"name" : "_statistics15",
"status" : 3,
"type" : 2,
"isSystem" : true,
"globallyUniqueId" : "_statistics15"
}
]
}