mirror of https://gitee.com/bigwinds/arangodb
13 lines
464 B
Plaintext
13 lines
464 B
Plaintext
shell> curl --dump - http://localhost:8529/_api/document/?collection=products&type=key
|
|
|
|
HTTP/<span class="hljs-number">1.1</span> <span class="hljs-number">200</span> OK
|
|
content-type: application/json; charset=utf<span class="hljs-number">-8</span>
|
|
|
|
{
|
|
<span class="hljs-string">"documents"</span> : [
|
|
<span class="hljs-string">"736828114"</span>,
|
|
<span class="hljs-string">"736500434"</span>,
|
|
<span class="hljs-string">"736172754"</span>
|
|
]
|
|
}
|