shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/collection/products/figures
HTTP/1.1 OK
content-type: application/json; charset=utf-8
location: /_api/collection/products/figures
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"type" : 2,
"status" : 3,
"name" : "products",
"waitForSync" : false,
"objectId" : "69366",
"cacheEnabled" : false,
"figures" : {
"indexes" : {
"count" : 1,
"size" : 124
},
"documentsSize" : 756,
"cacheInUse" : false,
"cacheSize" : 0,
"cacheUsage" : 0
},
"keyOptions" : {
"allowUserKeys" : true,
"type" : "traditional",
"lastValue" : 69372
},
"globallyUniqueId" : "h34D5FCD00B2F/69367",
"statusString" : "loaded",
"id" : "69367",
"count" : 1,
"isSystem" : false
}