Pull groups from WhatsApp
This commit is contained in:
89
artifacts/checkpoints/C1_route_response_map.tsv
Normal file
89
artifacts/checkpoints/C1_route_response_map.tsv
Normal file
@@ -0,0 +1,89 @@
|
||||
name route view response_kind templates
|
||||
signup accounts/signup/ base.Signup html registration/registration_closed.html
|
||||
notifications_update notifications/<str:type>/update/ notifications.NotificationsUpdate unknown -
|
||||
system_settings settings/system/ system.SystemSettings html -
|
||||
signal services/signal/ signal.Signal html -
|
||||
whatsapp services/whatsapp/ whatsapp.WhatsApp html partials/signal-accounts.html
|
||||
instagram services/instagram/ instagram.Instagram unknown -
|
||||
signal_accounts services/signal/<str:type>/ signal.SignalAccounts unknown -
|
||||
whatsapp_accounts services/whatsapp/<str:type>/ whatsapp.WhatsAppAccounts unknown -
|
||||
instagram_accounts services/instagram/<str:type>/ instagram.InstagramAccounts unknown -
|
||||
signal_contacts services/signal/<str:type>/contacts/<str:pk>/ signal.SignalContactsList unknown -
|
||||
whatsapp_contacts services/whatsapp/<str:type>/contacts/<str:pk>/ whatsapp.WhatsAppContactsList unknown -
|
||||
signal_chats services/signal/<str:type>/chats/<str:pk>/ signal.SignalChatsList unknown -
|
||||
whatsapp_chats services/whatsapp/<str:type>/chats/<str:pk>/ whatsapp.WhatsAppChatsList unknown -
|
||||
signal_messages services/signal/<str:type>/messages/<str:pk>/<str:chat_id>/ signal.SignalMessagesList unknown -
|
||||
signal_account_add services/signal/<str:type>/add/ signal.SignalAccountAdd unknown -
|
||||
whatsapp_account_add services/whatsapp/<str:type>/add/ whatsapp.WhatsAppAccountAdd html -
|
||||
whatsapp_account_unlink services/whatsapp/<str:type>/unlink/<path:account>/ whatsapp.WhatsAppAccountUnlink html partials/signal-accounts.html
|
||||
instagram_account_add services/instagram/<str:type>/add/ instagram.InstagramAccountAdd unknown -
|
||||
compose_page compose/page/ compose.ComposePage html -
|
||||
compose_workspace compose/workspace/ compose.ComposeWorkspace html -
|
||||
compose_widget compose/widget/ compose.ComposeWidget html mixins/wm/widget.html
|
||||
compose_workspace_contacts_widget compose/workspace/widget/contacts/ compose.ComposeWorkspaceContactsWidget html mixins/wm/widget.html
|
||||
compose_send compose/send/ compose.ComposeSend html partials/compose-send-status.html
|
||||
compose_cancel_send compose/cancel-send/ compose.ComposeCancelSend json -
|
||||
compose_command_result compose/command-result/ compose.ComposeCommandResult html partials/compose-send-status.html
|
||||
compose_drafts compose/drafts/ compose.ComposeDrafts json -
|
||||
compose_summary compose/summary/ compose.ComposeSummary json -
|
||||
compose_quick_insights compose/quick-insights/ compose.ComposeQuickInsights json -
|
||||
compose_engage_preview compose/engage/preview/ compose.ComposeEngagePreview json -
|
||||
compose_engage_send compose/engage/send/ compose.ComposeEngageSend json -
|
||||
compose_thread compose/thread/ compose.ComposeThread json -
|
||||
compose_history_sync compose/history-sync/ compose.ComposeHistorySync json -
|
||||
compose_media_blob compose/media/blob/ compose.ComposeMediaBlob http -
|
||||
compose_contacts_dropdown compose/widget/contacts/ compose.ComposeContactsDropdown html partials/nav-contacts-dropdown.html
|
||||
compose_contact_match compose/contacts/match/ compose.ComposeContactMatch html -
|
||||
ai_workspace ai/workspace/ workspace.AIWorkspace html -
|
||||
ai_workspace_contacts ai/workspace/<str:type>/contacts/ workspace.AIWorkspaceContactsWidget html mixins/wm/widget.html
|
||||
ai_workspace_person ai/workspace/<str:type>/person/<uuid:person_id>/ workspace.AIWorkspacePersonWidget html mixins/wm/widget.html
|
||||
ai_workspace_person_timeline ai/workspace/<str:type>/person/<uuid:person_id>/timeline/ workspace.AIWorkspacePersonTimelineWidget html mixins/wm/widget.html
|
||||
ai_workspace_insight_graphs ai/workspace/<str:type>/person/<uuid:person_id>/insights/graphs/ workspace.AIWorkspaceInsightGraphs html pages/ai-workspace-insight-graphs.html
|
||||
ai_workspace_information ai/workspace/<str:type>/person/<uuid:person_id>/information/ workspace.AIWorkspaceInformation html pages/ai-workspace-information.html
|
||||
ai_workspace_insight_help ai/workspace/<str:type>/person/<uuid:person_id>/insights/help/ workspace.AIWorkspaceInsightHelp html pages/ai-workspace-insight-help.html
|
||||
ai_workspace_insight_detail ai/workspace/<str:type>/person/<uuid:person_id>/insights/<str:metric>/ workspace.AIWorkspaceInsightDetail html pages/ai-workspace-insight-detail.html
|
||||
ai_workspace_run ai/workspace/<str:type>/person/<uuid:person_id>/run/<str:operation>/ workspace.AIWorkspaceRunOperation html partials/ai-workspace-ai-result.html
|
||||
ai_workspace_send ai/workspace/<str:type>/person/<uuid:person_id>/send/ workspace.AIWorkspaceSendDraft unknown -
|
||||
ai_workspace_queue ai/workspace/<str:type>/person/<uuid:person_id>/queue/ workspace.AIWorkspaceQueueDraft unknown -
|
||||
ai_workspace_mitigation_create ai/workspace/<str:type>/person/<uuid:person_id>/mitigation/create/ workspace.AIWorkspaceCreateMitigation html partials/ai-workspace-mitigation-panel.html
|
||||
ais ai/<str:type>/ ais.AIList unknown -
|
||||
osint_search search/<str:type>/ osint.OSINTSearch html -
|
||||
osint_workspace osint/workspace/ osint.OSINTWorkspace html -
|
||||
osint_workspace_tabs_widget osint/workspace/widget/tabs/ osint.OSINTWorkspaceTabsWidget html mixins/wm/widget.html
|
||||
ai_create ai/<str:type>/create/ ais.AICreate unknown -
|
||||
ai_update ai/<str:type>/update/<str:pk>/ ais.AIUpdate unknown -
|
||||
ai_delete ai/<str:type>/delete/<str:pk>/ ais.AIDelete unknown -
|
||||
people person/<str:type>/ people.PersonList unknown -
|
||||
person_create person/<str:type>/create/ people.PersonCreate unknown -
|
||||
person_update person/<str:type>/update/<str:pk>/ people.PersonUpdate unknown -
|
||||
person_delete person/<str:type>/delete/<str:pk>/ people.PersonDelete unknown -
|
||||
groups group/<str:type>/ groups.GroupList unknown -
|
||||
group_create group/<str:type>/create/ groups.GroupCreate unknown -
|
||||
group_update group/<str:type>/update/<str:pk>/ groups.GroupUpdate unknown -
|
||||
group_delete group/<str:type>/delete/<str:pk>/ groups.GroupDelete unknown -
|
||||
personas persona/<str:type>/ personas.PersonaList unknown -
|
||||
persona_create persona/<str:type>/create/ personas.PersonaCreate unknown -
|
||||
persona_update persona/<str:type>/update/<str:pk>/ personas.PersonaUpdate unknown -
|
||||
persona_delete persona/<str:type>/delete/<str:pk>/ personas.PersonaDelete unknown -
|
||||
manipulations manipulation/<str:type>/ manipulations.ManipulationList unknown -
|
||||
manipulation_create manipulation/<str:type>/create/ manipulations.ManipulationCreate unknown -
|
||||
manipulation_update manipulation/<str:type>/update/<str:pk>/ manipulations.ManipulationUpdate unknown -
|
||||
manipulation_delete manipulation/<str:type>/delete/<str:pk>/ manipulations.ManipulationDelete unknown -
|
||||
sessions session/<str:type>/ sessions.SessionList unknown -
|
||||
session_create session/<str:type>/create/ sessions.SessionCreate unknown -
|
||||
session_update session/<str:type>/update/<str:pk>/ sessions.SessionUpdate unknown -
|
||||
session_delete session/<str:type>/delete/<str:pk>/ sessions.SessionDelete unknown -
|
||||
person_identifiers person/<str:type>/identifiers/<str:person>/ identifiers.PersonIdentifierList unknown -
|
||||
person_identifier_create person/<str:type>/identifiers/create/<str:person> identifiers.PersonIdentifierCreate unknown -
|
||||
person_identifier_update person/<str:type>/identifiers/update/<str:person>/<str:pk>/ identifiers.PersonIdentifierUpdate unknown -
|
||||
person_identifier_delete person/<str:type>/identifiers/delete/<str:person>/<str:pk>/ identifiers.PersonIdentifierDelete unknown -
|
||||
messages session/<str:type>/messages/<str:session>/ messages.MessageList unknown -
|
||||
message_create session/<str:type>/messages/create/<str:session> messages.MessageCreate unknown -
|
||||
message_update session/<str:type>/messages/update/<str:session>/<str:pk>/ messages.MessageUpdate unknown -
|
||||
message_delete session/<str:type>/messages/delete/<str:session>/<str:pk>/ messages.MessageDelete unknown -
|
||||
message_accept_api api/v1/queue/message/accept/<str:message_id>/ queues.AcceptMessageAPI http -
|
||||
message_reject_api api/v1/queue/message/reject/<str:message_id>/ queues.RejectMessageAPI http -
|
||||
queues queue/<str:type>/ queues.QueueList unknown -
|
||||
queue_create queue/<str:type>/create/ queues.QueueCreate unknown -
|
||||
queue_update queue/<str:type>/update/<str:pk>/ queues.QueueUpdate unknown -
|
||||
queue_delete queue/<str:type>/delete/<str:pk>/ queues.QueueDelete unknown -
|
||||
|
Reference in New Issue
Block a user