An application with a service module to connect to the TigerGraph server using token based authorization to retrieve the query data based on parameters.
TigerGraph’s REST API endpoints exist on the REST++ and the GSQL server. REST++ (or RESTPP) is the TigerGraph customized REST server. Our API accepts URL-encoded query string parameters, JSON-encoded request bodies and returns JSON encoded responses.
To submit a request, send an HTTP request to the REST++ server or the GSQL server. By default, the REST++ server listens for requests at port 9000 and the GSQL server listens on port 14240.
Helpful links: https://docs.tigergraph.com/tigergraph-server/current/api/