Import / Export
Import and export Mango configuration as JSON. Manage user comments on data points and events.
See also: Import / Export documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /comments | Query User Comments | API Reference → |
| POST | /comments | Create New User Comment | API Reference → |
| DELETE | /comments/{xid} | Delete A User Comment by XID | API Reference → |
| GET | /comments/{xid} | Get user comment by xid | API Reference → |
| PUT | /comments/{xid} | Updates a user comment | API Reference → |
| GET | /json-emport | Export Configuration | API Reference → |
| POST | /json-emport | Import Configuration | API Reference → |
| GET | /json-emport/import/{id} | Get Status For Import | API Reference → |
| PUT | /json-emport/import/{resourceId} | Update an Import in Progress | API Reference → |
| GET | /json-emport/list | List Exportable Elements | API Reference → |
| POST | /json-emport/upload-file | Upload 1 configuration json file | API Reference → |