Anyone using the REST API module?

I want to hook into FreePBX remotely and do some things programmatically as a long-term project. Should I consider using the REST API module or am I looking at a world of pain?

Some concerns I have are if there are enough people using it such that bugs are being reported. If there is enough motivation by developers to continue to maintain it etc. Things of that nature. Looking at the changelog, the last update/fix to the REST API module was 2019, back when the old guard was still working on it.

The REST API module is long deprecated. The path forward is the API module in 15+ (sometimes informally referred to as GraphQL). The API module is in active development as evidenced by these recent blog posts:
https://www.freepbx.org/freepbx-graphql-provisioning-tutorial/
https://www.freepbx.org/expanding-freepbx-graphql-apis/
https://www.freepbx.org/graphql-support-in-freepbx-15/ (first announcement)

and wiki pages:
https://wiki.freepbx.org/display/FPG/GraphQL+PBX+APIs+Documentation
https://wiki.freepbx.org/display/FDT/FreePBX+GraphQL+Provisioning+Tutorial

1 Like

Ah ok. I see now there is a PBX API module in addition to the REST API module. I will check it out. Still listed as Alpha status but at least it is recent.

Where are you seeing that wording? It needs to be updated.

First line on this page
https://wiki.freepbx.org/display/FPG/GraphQL+PBX+APIs+Documentation

The module looks like it has REST features in addtion to GraphQL. So maybe a continuation from the old module? It supports machine to machine so that is a good start.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.