> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-nl/admin-gids/global_features/web_services.md).

# webservices

Chamilo LMS biedt een reeks webservices die in de loop van de tijd zijn uitgebreid. Hoewel de huidige basis niet goed is georganiseerd, zou je gemakkelijk moeten kunnen vinden wat je zoekt in de *main/webservices/* directory.

Meer details over al onze webservices zijn beschikbaar op onze wiki: <http://support.chamilo.org/projects/chamilo-18/wiki/Web_services>

Met de huidige SOAP-webservices (maar we hebben ook enkele REST- en XML-RPC-services beschikbaar) kunt u onder andere:

* gebruikers aanmaken, bewerken, inschakelen, uitschakelen en verwijderen
* cursussen maken, bewerken, inschakelen, uitschakelen en verwijderen
* maak en bewerk de beschrijvingen van cursussen
* sessies maken, bewerken, inschakelen, uitschakelen en verwijderen
* gebruikers aan- of afmelden voor cursussen of sessies
* cursussen inschrijven voor sessies
* ontvang een lijst met cursussen

Met de reeds geïmplementeerde services kunt u ook eenvoudig uw eigen services uitbreiden en bouwen. Controleer het hoofdbestand / webservices / registration.soap.php voor een startpunt. Er zijn meer gestructureerde scripts beschikbaar, maar registration.soap.php implementeert op dit moment het grootste aantal functies.

Als u nieuwe services ontwikkelt, overweeg dan om deze met ons te delen op <http://support.chamilo.org/projects/chamilo-18/issues> (open een issue en dien een *Feature*-suggestie in met je code - we zullen je hiervoor "crediteren").

Met het *testip.php* -script kunt u uw eigen IP-adres identificeren voor de installatieprocedure die op de wiki wordt beschreven.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x-nl/admin-gids/global_features/web_services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
