Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Learn more about what an API is and what it can provide by watching this video:

API

...

API Access Tokens

...

API Applications

...

API Refresh Tokens

...

API Scope Visualizer

...

API GraphQL

...

GraphQL PBX APIs Documentation

...

REST API

API Types

Your PBX supports two API types: Restful and GraphQL.

A RESTfulAPI – also referred to as a RESTful web service -- is based on representational state transfer (REST) technology, an architectural style and approach to communications often used in web services development.

GraphQL is an open source data query and manipulation language, and a runtime for fulfilling queries with existing data. GraphQL was developed internally by Facebook in 2012 before being publicly released in 2015. It provides a more efficient, powerful and flexible alternative to REST and ad-hoc web service architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server, therefore preventing excessively large amounts of data from being returned.

...