1
0
Fork 0
arangodb/Documentation/Examples/api-collection-get-collecti...

14 lines
234 B
Plaintext

> curl -X GET --dump - http://localhost:8529/_api/collection/73482
HTTP/1.1 200 OK
content-type: application/json
{
"name": "UnitTestsCollectionBasics",
"code": 200,
"id": 73482,
"status": 3,
"type": 2,
"error": false
}