The objective of this lab is to use API to retrive the reports data from Envizi.
Refer the content here if you need any help regarding the API.
- Identify the API URL based on the user.
-
Login with the API user
[email protected]
that we created in the lab Creating Contacts and Users -
Generate the API access Token using the instructions given here
-
Copy and save the access token into your local file system which will be leveraged in the following excercises.
Do all the below exercises.
Retrive the Report Names
using the Curl or Postman.
Retrieve all the locations
within the IN Bank - Corporate offices
group using the API.
(You need to retrive the report parameters first and then retrive the report data.)
Retrieve all the accounts
within the IN Bank - APAC Corp Offices
group using the API.
(You need to retrive the report parameters first and then retrive the report data.)
Retrieve all the MonthlyDataSummary
within the IN Bank - APAC Corp Offices
group for the last 6 months
(You need to retrive the report parameters first and then retrive the report data.)
Retrieve all the MissingDataDateRange
within the IN Bank - APAC Corp Offices
group for the last 12 months
(You need to retrive the report parameters first and then retrive the report data.)