Export Data

Export Gizmo Data (Users, hosts, products etc) to excel

Panagiotis Mantzouranis

Last Update 3 years ago

You can use Gizmo API system to export raw data in a .json format and, using an online converter, convert the data to excel, word, pdf and other formats

To use the API system first you need to make sure it is enabled. Enabling the "Web portal" also enables the API functionality

Now, open a web browser and navigate to your server ip. If you are working directly on the Gizmo server pc, use:

http://127.0.0.1:80/

If you are using a different port number in the settings, make sure you adjust the URL accordingly

You should now be greeted with the Gizmo service main web page

  • Click on "Web API"

For example, to export users: 

  • Expand Users
  • Click "GET ​/api​/users Returns all users"
  • Click "Try it out"
  • Click "Execute"
  • Click download icon to save results as .json file

Now open https://www.aconvert.com/document/json-to-xlsx/, a free web-based converter. To convert, do the following:

  1. Select .json file
  2. Select export format
  3. Press convert
  4. Click on the converted file to save

Below is a list of data you can export:

DataAPI URL
User listhttp://127.0.0.1/api/user
All product listhttp://127.0.0.1/api/product
Time offers only listhttp://127.0.0.1/api/product/time
Host listhttp://127.0.0.1/api/host
Computer only listhttp://127.0.0.1/api/hostcomputer
Application listhttp://127.0.0.1/api/app
Application list (titles Only)http://127.0.0.1/api/app/titles
Invoice listhttp://127.0.0.1/api/invoice
Monetary unitshttp://127.0.0.1/api/monetaryunit
News feedshttp://127.0.0.1/api/news
RSS news feedshttp://127.0.0.1/api/feed
Total spending by userhttp://127.0.0.1/api/reports/user/spending
Total Points by userhttp://127.0.0.1/api/reports/user/points/award
Custom attributes listhttp://127.0.0.1/api/attribute

Was this article helpful?

3 out of 7 liked this article

Still need help? Message Us