This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:custom_development_guide:apis:http [2016/09/05 04:00] solo created |
en:custom_development_guide:apis:http [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== HTTP ====== | ||
| + | |||
| + | HTTP request URL: | ||
| + | <code>http://$(ipaddress):$(port)/asterccinterfaces</code> | ||
| + | |||
| + | Description: | ||
| + | $(ipaddress) - asterCC URL | ||
| + | $(port) - port | ||
| + | |||
| + | Use login as example, check sample php code | ||
| + | |||
| + | {{:zh:二次开发者指南:接口开发手册_v2.0:api_http_login_sample.jpg?|}} | ||
| + | |||
| ===== HTTP APIs ===== | ===== HTTP APIs ===== | ||
| *[[en:custom_development_guide:apis:http:login]] | *[[en:custom_development_guide:apis:http:login]] | ||
| Line 23: | Line 36: | ||
| *[[en:custom_development_guide:apis:http:get recording URL]] | *[[en:custom_development_guide:apis:http:get recording URL]] | ||
| *[[en:custom_development_guide:apis:http:import]] | *[[en:custom_development_guide:apis:http:import]] | ||
| - | *[[en:custom_development_guide:apis:http:get agent stat in agent group]] | ||
| *[[en:custom_development_guide:apis:http:get waiting stat in agent group]] | *[[en:custom_development_guide:apis:http:get waiting stat in agent group]] | ||
| *[[en:custom_development_guide:apis:http:get agent stat in team]] | *[[en:custom_development_guide:apis:http:get agent stat in team]] | ||