Overview
...
Overview
Fuse’s RESTful API includes the Operations about content endpoint, which allows customers to automate content creation on their Fuse instance, including the creation of external links, articles, and questions.
Refer to the Fuse API Manage Users RESTful Endpoint as the Operations about content Endpoint for simplicity.
Operations about content endpoint
Read the following information before using this API:
Communication
Our API uses the standard HTTP request methods/operations for communication:
...
Info |
---|
Fuse API supports JSON (JavaScript Object Notation). |
Authorisation
Each Fuse API request requires authorisation; the API authorisation is currently associated with one or more defined admin user accounts on your organisation’s Fuse instance.
Note |
---|
Please ensure that these accounts have suitably complex and valid passwords. |
Info |
---|
Please read the /wiki/spaces/customerwiki/pages/3037987895 Authorisation section to understand how to obtain a valid authentication. |
Additional Information
API Wiki Documentation
Each Fuse instance will have a Swagger-based API Wiki that lists all our APIs.
This is available to admin users only:
https://<instance_name>.fuseuniversal.com/site-admin/api_documentations
API Version
Tip |
---|
This documentation is based on the most recent API version 4.4. |
All Fuse API’s are versioned.
We urge customers to always use the latest API version available.
The API version is shown within the endpoint URL, for example:|
https://<instance_name>.fuseuniversal.com/api/
v4.4/contents/article
...
API Key Terms
See API key terms for more information on some key API concepts/terms.