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.
Service Methods
Creates a new FAQ context inside a company
Rest API reference:
Creates a new FAQ context for a company
Enter JWT token
pre_saleUser doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Lists all company FAQ contexts
Rest API reference:
Lists all company FAQ contexts
Enter JWT token
110User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Gets some company FAQ context by ID
Rest API reference:
Gets a company FAQ context
Enter JWT token
User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Updates some company FAQ context
Rest API reference:
Updates some company FAQ context
Enter JWT token
pre_saleUser doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Lists all FAQ context items
Rest API reference:
Lists all FAQ items inside some company context
Enter JWT token
110User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Gets some specific FAQ item by ID from some FAQ context
Rest API reference:
Gets company context FAQ item by id
Enter JWT token
User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Creates a FAQ item and associate it to one or more contexts
Rest API reference:
Creates a new FAQ item inside one or more company contexts
Enter JWT token
https://myquestion.should.move.to/User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Lists all FAQ items available in the company independent of context
Rest API reference:
Lists all company FAQ items which are associated to some company context
Enter JWT token
110User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Gets some FAQ item of company by ID
Rest API reference:
Gets a company FAQ item by id
Enter JWT token
User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Updates some FAQ item, including re-association of contexts
Rest API reference:
Updates some FAQ item and associate/disassociate it contexts
Enter JWT token
https://myquestion.should.move.to/User doesn't have any of the expected roles: administrator, admin, superAdmin, integration
Last updated