Skip to content

webservices api latest

Yannick Warnier edited this page Jul 8, 2024 · 2 revisions

Introduction

In Chamilo 2.0, we are using API platform as an underlying layer to help us maintain webservices in better order than in previous versions.

Regarding previous versions of webservices

To be added

Endpoint

The endpoint now is very easy to get to: simply use your Chamilo portal's URL and add "/api" to the end of the root URL. For example: https://2.chamilo.org/api If the technical documentation provided on the endpoint (through a web browser) is not enough, at the bottom of that page, you will find links to other formats of documentation or practice links.

Authentication

Changelog

This changelog starts pre-alpha for v2.0, on 2024-01-18. Any change that affect the API are reported here.

Note: version 3.0.0 of the web services will only be coined on the date of the Chamilo v2.0 stable release, which has not happened yet.

Date API version Description Commit
2024-01-18 v1.0.0 Starting point 173e359b
Clone this wiki locally