Overview
Fuse Platform provides the Fuse API. This 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:
GET
is used to lookup/retrieve details of existing items of contentPOST
is used to create new items of contentPUT
is used to edit or update existing items of contentDELETE
is used to delete or unfollow existing items of content
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.
Please ensure that these accounts have suitably complex and valid passwords.
Please read the /wiki/spaces/customerwiki/pages/3037987895section 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
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
Whilst we always try to maintain support for older API versions this is not always possible and all newer functionality will only be released as a new version.
API Key Terms
See API key terms for more information on some key API concepts/terms.