This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:custom_development_guide:apis:http [2016/09/05 04:01] solo |
en:custom_development_guide:apis:http [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== HTTP接口 ====== | + | ====== HTTP ====== |
| - | HTTP请求地址: | + | HTTP request URL: |
| <code>http://$(ipaddress):$(port)/asterccinterfaces</code> | <code>http://$(ipaddress):$(port)/asterccinterfaces</code> | ||
| - | 说明: | + | Description: |
| - | $(ipaddress) - asterCC服务器的IP地址 | + | $(ipaddress) - asterCC URL |
| - | $(port) - Web服务的端口号 | + | $(port) - port |
| - | 登录接口为例,以下是php代码片段 | + | Use login as example, check sample php code |
| {{:zh:二次开发者指南:接口开发手册_v2.0:api_http_login_sample.jpg?|}} | {{:zh:二次开发者指南:接口开发手册_v2.0:api_http_login_sample.jpg?|}} | ||
| Line 36: | 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]] | ||