Operations about content endpoint (v4.4 and below)
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:
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.
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 Key Terms
See API key terms for more information on some key API concepts/terms.