meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
api [2023/09/14 20:15] – [API Docs/Examples] johnny | api [2024/08/29 22:50] (current) – [Generating an API Key] Mention all clients/specific wrongecho | ||
---|---|---|---|
Line 10: | Line 10: | ||
* assets | * assets | ||
* certificates | * certificates | ||
+ | * clients | ||
* contacts | * contacts | ||
+ | * credentials (logins) | ||
* domains | * domains | ||
* networks | * networks | ||
Line 20: | Line 22: | ||
* read | * read | ||
- | * create (partial) | + | * create |
- | * update (partial) | + | * update |
+ | * delete // | ||
+ | |||
+ | * //We may also add archive// | ||
===== Generating an API Key ===== | ===== Generating an API Key ===== | ||
- | - Navigate to the Admin panel | + | - Navigate to the **Admin** panel |
- | - Click on API | + | - Click on **API** |
- | - Click on New Key to generate a new key | + | - Click on **New Key** to generate a new key |
+ | - Select whether the key will have access limited to a specific client, or have access to data for all clients | ||
Line 45: | Line 51: | ||
==== Notes ==== | ==== Notes ==== | ||
- | * For read requests, 50 records are shown by default. This can be adjusted by supplying the limit and offset parameters. | + | * For read requests, 50 records are shown by default. This can be adjusted by supplying the '' |
- | * For POST requests, the client_id parameter is always required if the API key used has scope/ | + | * For POST requests, the '' |
+ | * Be sure to check your Apache/PHP error logs if you're running into issues | ||
==== API Docs/ | ==== API Docs/ | ||
- | Documentation / an example of how to use a module API endpoint is shown on that module' | + | Documentation / an example of how to use a module API endpoint is shown on that module' |
- | + | ||
- | + | ||
- | Old API | + | |
- | + | ||
- | The legacy ITFlow API is accessed at /api.php. We are working on moving all functionality into the new API at /api/. The legacy API has the following features: | + | |
- | * Caller ID lookup (Great for integrating with your phone system like FreePBX, and having your VOIP phone return the client' | ||
- | * XML Phonebook Download - / | ||
- | * | ||
- | * | ||
- | * Add new asset for a client - / | ||
- | * |