PortalAdmin.WebAPI

<back to all web services

admin.conditions.sign.list

Get conditions sign value for AdminCdrList.
Require admin authentification.
Authenticate in Http Headers Authorization: Basic Base64(login#admin:SHA1(password)).

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/admin.conditions.sign.list HTTP/1.1 
Host: www.pbxlogin.co.za 
Content-Type: application/json
Content-Length: length

{}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"data":[{"value":0,"name":"Less"}],"responseStatus":{"errorCode":"String", "message":"String", "stackTrace":"String", "errors":[{"errorCode":"String", "fieldName":"String", "message":"String"}]}}