Faq (Admin)

Companies can create some FAQ context and maintain its FAQ items. This module makes possible to manipulate that entities.

A FAQ item can be associated to one or more contexts and it is technically independent of a context. You can see the model representation bellow.

Data modelling of FAQ system

FAQ items entities are I18n compliant.

FAQ Model (Example)

Service Methods

Creates a new FAQ context inside a company

Rest API reference:

Lists all company FAQ contexts

Rest API reference:

Gets some company FAQ context by ID

Rest API reference:

Updates some company FAQ context

Rest API reference:

Lists all FAQ context items

Rest API reference:

Gets some specific FAQ item by ID from some FAQ context

Rest API reference:

Creates a FAQ item and associate it to one or more contexts

Rest API reference:

Lists all FAQ items available in the company independent of context

Rest API reference:

Gets some FAQ item of company by ID

Rest API reference:

Updates some FAQ item, including re-association of contexts

Rest API reference:

Last updated