Export Collection as Array
GET https://example.com/db/{database}/expArr/{collection}
Description
Exports a collection as a JSON array.
Source Files
File Path | Line Number | Action |
---|---|---|
mongo-express/lib/routes/collection.js | 292 | View |
mongo-express/lib/router.js | 341 | View |
Parameters
Name | Required | Type |
---|---|---|
database | true | string |
collection | true | string |