The API Dashboard is a comprehensive graphical interface, accessible in LexiFi Web, that helps users discover, construct, manage, and execute API calls efficiently.
With the integration of tokens, endpoints, URLs, and JSON formatting, the Dashboard serves as an all-in-one solution for designing and setting up API requests.
đź’ˇIntegration with Swagger
The API Dashboard utilizes Swagger to provide interactive and comprehensive documentation of available APIs. Swagger simplifies the integration process by offering clear outlines of endpoints, required parameters, and response formats. Users can test API calls directly within Swagger’s interface, enhancing understanding and facilitating real-time experimentation with the API functionalities.
Two of the most frequently used endpoints in LexiFi’s API ecosystem are:
However, many users struggle with converting their inputs into the correct JSON format required by these two endpoints.
For users who may find it challenging to convert their inputs into the required format for the API, LexiFi has introduced API Helpers. These tools simplify the process by assisting users in configuring their inputs to match the endpoint’s requirements. For instance, if a user needs to change a specific parameter, such as a date, in a request for grid reporting, they can use the Desktop API Helpers to make this adjustment. By clicking on the relevant fields, users can adjust parameters like dates and other inputs directly in the Application Desktop. The API Helpers then automatically configure the request, providing the correct JSON format for the user.
The following video demonstrates how to update the end date of a Grid Report and then use the API helper in the Desktop application to generate a new JSON file within the API Dashboard.