Tl Api
Connector for the tl-api API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://tl-api.azurewebsites.net - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
article_getaddons— GET /api/Article/GetAddons-
article_gymarticledetails— GET /api/Article/GymArticle/{articleId}/{gymId} — Get Gym specific properties for article -
article_getmeasureunits— GET /api/Article/MeasureUnits — Get mesure units article_getrevenueaccounts— GET /api/Article/RevenueAccounts — Get Revenue Accounts-
article_search— GET /api/Article/Search — Search articles It will only return basic information of article -
article_get— GET /api/Article/{articleID} — Get article details This will return all properties related to article entity
Inputs
apiKey— your tl-api API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: article_getaddons
apiKey: <your key>