You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/api/cti.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
---
2
-
title: CTI APIs
2
+
title: CTI APIs quickstart
3
3
sidebar_position: 2
4
4
---
5
5
6
-
# CTI APIs
6
+
# CTI APIs quickstart
7
7
8
8
The CTI API provides programmatic access to the NethVoice CTI (Computer Telephony Integration) features. This guide covers authentication, WebSocket connection, and two-factor authentication.
9
9
Legacy methods are also documented for reference, but migrating to the new methods is strongly recommended.
10
10
New features and improvements are only available in the new API.
11
11
12
+
Full API specification is available at: [NethCTI Server full reference](https://documenter.getpostman.com/view/15699632/TzRRC88p#41f9b8cc-bea8-4917-a293-84eaedcaed08)
Copy file name to clipboardExpand all lines: docs/tutorial/api/index.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
1
---
2
-
title: API Access
2
+
title: APIs
3
3
sidebar_position: 10
4
4
---
5
5
6
-
# API Access
6
+
# APIs
7
7
8
8
This section contains tutorials and guides for integrating with NethVoice through its APIs.
9
9
10
-
## Available Guides {#available-guides}
10
+
## Available APIs {#available-apis}
11
+
12
+
Tutorials and guides for using these APIs can be found in the following sections:
13
+
14
+
-[CTI APIs quickstart](./cti.md) - Introduction to using the NethVoice CTI API
15
+
16
+
API references and documentation for NethVoice-related services:
17
+
18
+
-[CTI APIs full reference](https://documenter.getpostman.com/view/15699632/TzRRC88p#41f9b8cc-bea8-4917-a293-84eaedcaed08) interaction with the NethCTI Server that manages web-based telephony features.
Copy file name to clipboardExpand all lines: i18n/it/docusaurus-plugin-content-docs/current/tutorial/api/cti.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,23 @@
1
1
---
2
-
title: API CTI
2
+
title: API CTI quickstart
3
3
sidebar_position: 2
4
4
---
5
5
6
-
# API CTI
6
+
# API CTI quickstart
7
7
8
8
L'API CTI fornisce accesso programmatico alle funzionalità CTI (Computer Telephony Integration) di NethVoice. Questa guida copre l'autenticazione, la connessione WebSocket e l'autenticazione a due fattori.
9
9
I metodi legacy sono documentati per riferimento, ma è fortemente consigliato eseguire la migrazione ai nuovi metodi.
10
10
Le nuove funzionalità e i miglioramenti sono disponibili solo nella nuova API.
11
11
12
+
Le specifiche complete sono disponibili qui: [NethCTI Server full reference](https://documenter.getpostman.com/view/15699632/TzRRC88p#41f9b8cc-bea8-4917-a293-84eaedcaed08)
13
+
12
14
---
13
15
14
-
## Autenticazione
16
+
## Autenticazione {#authentication}
15
17
16
18
Il nuovo metodo di autenticazione utilizza JWT (JSON Web Tokens) per un accesso API sicuro.
Copy file name to clipboardExpand all lines: i18n/it/docusaurus-plugin-content-docs/current/tutorial/api/index.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,23 @@
1
1
---
2
-
title: Accesso alle API
2
+
title: API
3
3
sidebar_position: 10
4
4
---
5
5
6
-
# Accesso alle API
6
+
# API
7
+
Questa sezione contiene tutorial e guide per integrare NethVoice tramite le sue API.
7
8
8
-
Questa sezione contiene tutorial e guide per l'integrazione con NethVoice tramite le sue API.
9
+
## API disponibili {#available-apis}
9
10
10
-
## Guide disponibili
11
+
I tutorial e le guide per l'utilizzo di queste API sono disponibili nelle seguenti sezioni:
12
+
13
+
-[Guida rapida alle API CTI](./cti.md) - Introduzione all'utilizzo delle API CTI di NethVoice
14
+
15
+
Riferimenti e documentazione delle API per i servizi correlati a NethVoice:
16
+
17
+
-[Riferimento completo API CTI](https://documenter.getpostman.com/view/15699632/TzRRC88p#41f9b8cc-bea8-4917-a293-84eaedcaed08) interazione con il server NethCTI che gestisce le funzionalità di telefonia web.
0 commit comments