Endpoints
bc-ai¶
| url | request | view |
|---|---|---|
bot/common/intents/(?P<language>\w+)/?$ |
GET | CommonIntentsView |
bot/common/intents/?$ |
GET | CommonIntentsView |
bot/(?P<bot_id>\w+)/export/intents/?$ |
GET | IntentsExportView |
bot/(?P<bot_id>\w+)/import/intents/?$ |
POST | IntentsImportView |
bot/(?P<bot_id>\w+)/intents/?$ |
GET/POST | IntentsView |
bot/(?P<bot_id>\w+)/intents/(?P<identifier>\w+)/?$ |
? | IntentView |
bot/(?P<bot_id>\w+)/entities/?$ |
GET/POST | EntitiesView |
bot/(?P<bot_id>\w+)/entities/(?P<name>\w+)/?$ |
? | EntityView |
bot/(?P<bot_id>\w+)/test/?$ |
POST | TestComponentsView |
bot/(?P<bot_id>\w+)/test/entity?$ |
POST | TestEntityView |
bot/(?P<bot_id>\w+)/test/intent?$ |
POST | TestIntentView |
bot/(?P<bot_id>\w+)/provider/?$ |
GE/POST | NlpConfigView |
CommonIntentsView¶
IntentsExportView¶
IntentsImportView¶
IntentsView¶
IntentView¶
EntitiesView¶
EntityView¶
TestComponentsView¶
TestEntityView¶
TestIntentView¶
NlpConfigView¶
bc-api¶
| url | request | view |
|---|---|---|
v1/bot/run/?$ |
PÖST | ApiV1RunBot |
v2/bot/trigger_node/?$ |
POST | ApiV2TriggerNode |
ApiV1RunBot¶
ApiV2TriggerNode¶
bc-channels¶
| url | request | view |
|---|---|---|
(?P<channel>\w+)/accounts/?$ |
GET | AccountsListView |
(?P<channel>\w+)/accounts/(?P<account_id>\w+)/?$ |
? | AccountDetailsView |
(?P<channel>\w+)/accounts/(?P<account_id>\w+)/link/?$ |
POST | AccountBotLinkView |
AccountsListView¶
AccountDetailsView¶
AccountBotLinkView¶
bc-behavior¶
| url | request | view |
|---|---|---|
bot/(?P<bot_id>\w+)/texts/?$ |
GET | BotTextsView |
bot/(?P<bot_id>\w+)/texts/(?P<identifier>\w+)/?$ |
POST | BotTextsView |
bot/(?P<bot_id>\w+)/components/?$ |
GET/POST | BotComponentsView |
bot/(?P<bot_id>\w+)/components/(?P<identifier>\w+)/?$ |
GET/POST | BotComponentView |
bot/(?P<bot_id>\w+)/intents-answers/?$ |
POST | IntentsAnswerView |
bot/(?P<bot_id>\w+)/intents-answers/?$ |
GET | BotUsersView |
bot/(?P<bot_id>\w+)/users/fields/?$ |
GET/POST | BotUserFieldsView |
bot/(?P<bot_id>\w+)/conversations/(?P<source>\w+)/?$ |
GET | ConversationsView |
bot/(?P<bot_id>\w+)/conversations/(?P<source>\w+)/(?P<uid>\w+)/?$ |
GET | ConversationView |
bot/(?P<bot_id>\w+)/users/export?$ |
GET | BotUsersExportView |
BotTextsView¶
BotComponentsView¶
BotComponentView¶
IntentsAnswerView¶
BotUsersView¶
BotUserFieldsView¶
ConversationsView¶
ConversationView¶
BotUsersExportView¶
bc-ide¶
| url | request | view |
|---|---|---|
bots/(?P<bot_id>[0-9]+)/export/?$ |
GET | BotExportView |
bots/(?P<organization_id>[0-9]+)/import/?$ |
POST | BotImportView |
bots/?$ |
GET/POST | BotsList |
bots/(?P<pk>[0-9]+)/?$ |
? | BotDetail |
bots/run/?$ |
POST | DevBotRunController |
bots/(?P<pk>[0-9]+)/test/?$ |
GET | BotTestsController |
bots/(?P<pk>[0-9]+)/deploy/?$ |
GET | BotDeploymentController |
modules/?$ |
GET/POST | BotModulesList |
modules/(?P<pk>[0-9]+)/?$ |
? | BotModuleDetail |
modules/(?P<pk>[0-9]+)/run?$ |
POST | BotModuleRun |
organization/(?P<pk>[0-9]+)/?$ |
? | OrganizationDetail |
organization/(?P<pk>[0-9]+)/new_token/?$ |
GET | RenewOrganizationTokenCtrl |
users/?$ |
GET/POST | UsersList |
users/(?P<pk>[0-9]+)/?$ |
? | UserDetail |
user/?$ |
GET | UserCurrent |
users/(?P<pk>[0-9]+)/password/?$ |
POST | UserPasswordView |
users/create/?$ |
POST | UserCreationView |
users/(?P<pk>[0-9]+)/data/?$ |
POST | UserDataEdition |
users/(?P<pk>[0-9]+)/delete$ |
POST | UserDeletion |
api-token-auth/? |
POST | ObtainAuthToken |
BotExportView¶
BotImportView¶
BotsList¶
BotDetail¶
DevBotRunController¶
BotTestsController¶
BotDeploymentController¶
BotModulesList¶
BotModuleDetail¶
BotModuleRun¶
OrganizationDetail¶
RenewOrganizationTokenCtrl¶
UsersList¶
UserDetail¶
UserCurrent¶
UserPasswordView¶
UserCreationView¶
UserDataEdition¶
UserDeletion¶
ObtainAuthToken¶
bc-integration¶
| url | request | view |
|---|---|---|
bot/(?P<bot_id>\w+)/(?P<integration>\w+)/?$ |
GET/POST | IntegrationSettingsView |