1
0
Fork 0
arangodb/Documentation/Examples/RestCollectionGetCollection...

17 lines
393 B
Plaintext

shell> curl --data-binary @- --dump - http://localhost:8529/_api/collection/products/checksum?withRevisions=false&withData=true
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1129211350",
"name" : "products",
"isSystem" : false,
"status" : 3,
"type" : 2,
"checksum" : 591228361,
"revision" : "1129539030",
"error" : false,
"code" : 200
}