{"@context": "https://schema.org", "@type": "WebAPI", "name": "API API", "description": "Web API for TL mobile and web app", "provider": {"@type": "Organization", "name": "tl-api.azurewebsites.net"}, "documentation": "https://tl-api.azurewebsites.net/swagger/default/swagger.json"}
Web API for TL mobile and web app
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://tl-api.azurewebsites.net https://triviallife.azure-api.net/v1
auth: a p i k e y
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Web API for TL mobile and web app
| method | path | what the vendor says it does |
|---|---|---|
POST | /api/Article | Add new article Article |
PUT | /api/Article | update existing article Article |
DELETE | /api/Article | Delete article from the system Article |
PUT | /api/Article/ArticleGymDetails | Add article details that associate with a Gym Article |
GET | /api/Article/GymArticle/{articleId}/{gymId} | Get Gym specific properties for article Article |
POST | /api/Article/MeasureUnit | Add measure unit Article |
GET | /api/Article/MeasureUnits | Get mesure units Article |
GET | /api/Article/RevenueAccounts | Get Revenue Accounts Article |
GET | /api/Article/Search | Search articles It will only return basic information of article Article |
PUT | /api/Article/UpdateStatus | Deactivate existing article Article |
GET | /api/Article/{articleID} | Get article details This will return all properties related to article entity Article |
POST | /api/Auth/login | Authenticate and provide token for autherizations. Auth |
GET | /api/Gym/{gymID} | Get gym details This will return all properties related to gym entity Gym |
GET | /api/Membership | Get all of the members details This will return all properties related to member entity Membership |
POST | /api/Membership | Add new Member Membership |
GET | /api/Package | Get package details by packageId Package |
POST | /api/Package | Insert new package into the system Package |
PUT | /api/Package | Update existing package by its ID Package |
DELETE | /api/Package | Delete existing package Package |
GET | /api/Package/Search | Search packages Package |
PUT | /api/Package/UpdateStatus | Status update of existing package Package |
GET | /api/Status | Get the current status of message Status |
GET | /api/Test | Get the all Test objects. Test |
GET | /api/User | Get all Users detail This will return all properties related to User entity User |
POST | /api/User/registerUser | Register a new User User |
PUT | /api/User/updateuser | Update an exsisting User User |
specification origin: https://tl-api.azurewebsites.net/swagger/default/swagger.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.