- Product Manual
- Introduction
- Installation Guide
- User Guide
- Developers Guide
- Tutorials
- ASP SMS API
- PHP SMS API
- HTTP SMS API
- Send message
- Receive message
- Billing methods
- Urlencode
- Select operator
- Operate with single message
- Query the addressbook
- Operations with message folders
- Examples
- User handling
- Service Provider Connection Handling
- Reporting API
- Dynamic SMPP parameters
- SQL SMS API
- C# SMS API
- AJAX SMS API
- Delphi SMS API
- Cpp SMS API
- Java SMS API
- VB.NET SMS API
- Python SMS API
- Perl SMS API
- TCL/TK SMS API
- Coldfusion SMS API
- VB 6 SMS API
- Examples and Solutions
- Appendix
- SMS FAQ
- Feature list
- Commercial Information
- Search
RECOMMENDED FOR YOU:
SMS Gateway software
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
Ozeki NG SMS Gateway
How to query the addressbook in Ozeki NG SMS Gateway
On this page you will find an example on how you can query the addressbook of a given user in Ozeki NG SMS Gateway. In the response you will find all the contacts of that given user.
Enter this address into your browser:
http://127.0.0.1:9501/api?action=getaddressbook&username=admin&password=abc123 |
Provide the follows:
"action": "getaddressbook"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
The response:
<Response> <Action>getAddressbook</Action> <Data>"John Smith","+3613710150","My friend with interest in computers","Friends" "Anna Smith","+36204447778","The sister of John Smith","Friends" "Jack Nickols","+36307894561","Sales director","Friends, Employees" "Árvíztűrő Tükörfúrógép","+44777894187","Technical support specialis","Employees" "Kate Kuka","+36894612312","Secretary","Employees" "Bill","+3678941212",,"Family" "Jim","+36209999999",, "Ann Nikole Luis","+36207979979","The owner of an excellent restaurant","Friends" </Data> </Response> |
More information
- Operate with single SMS message
- How to query a message by its ID
- Mark a single message by ID
- How to delete a single message by its ID
- Query the addressbook of a user
- Query the message templates of a user
- Operations with message folders
- Query message list of a message folder
- Delete message list of a message folder
- Delete message folder items permanently
- Select Operator
- URL Encode
- FAQ of the Ozeki NG SMS Gateway