Connecting to PleaseReport Using Postman
Who is this article for?Administrators or data scientists who want to learn to connect PleaseReport using Postman.
Access keys for PleaseReport are required.
PleaseReport has been designed to surface the data on reviews and related information manner to aid reporting and analysis.
This article outlines the steps required to connect to PleaseReport using Postman. Postman is an API tool that will allow you to make API calls within Galileo. Postman does not allow you to perform any analysis but can be used to access the data in a JSON format which you can then use in other analytic tools.
This does not provide details on specific steps on how to use the JSON data and instead focuses on how to access the data.
Before you proceed, please ensure you have your PleaseReport Endpoint URL and the Access Keys. For details on how to request these please visit How to Request PleaseReport Access.
1. Install Postman
If you don't already have Postman installed, then it can be downloaded for free from Postman.com.
- Browse to the Postman app of the Postman website.
- Download and install the app.
More Assistance: For more assistance in installing Postman please visit the Postman Docs.
2. Connect Using Postman
With Postman installed and your keys on hand you are ready to connect to PleaseReport.
To connect:
- Open Postman.
- Open a new connection tab.
- Enter the URL for your Galileo tenant.
- Click on the Authorization tab.
- Update the Key field as X-IdeagenDataAPIKey.
- Update the Value field with the key supplied to you by Ideagen.
- Update the Add To field to Header.
- Click Send.
If your connection has been successful, you will then see a list of all tables available in PleaseReport in the Body section.
3. Querying Specific Tables
To query specific tables:
- Confirm you can connect to PleaseReport via the above steps.
- Update your GET request with the name of the table you want to query.
- Click Send.