Skip to content
Borja Gorriz edited this page Sep 23, 2013 · 3 revisions

Base URL: api/dime/rest/juan/search

Method Path Description
GET search?query={userName} Looks for a user in the Public Resolver Service

Examples:

  • Call: api/dime/rest/juan/search?=string
  • Response:
{
    "response": {
        "meta": {
            "v": "0.9",
            "status": "OK",
            "code": 200,
            "timeRef": 1353580505861,
            "msg": ""
        },
        "data": {
            "startIndex": 0,
            "itemsPerPage": 2,
            "totalResults": 2,
            "entry": [
                {
                    "surname": "crash",
                    "name": "test",
                    "nickname": "dummy",
                    "said": "test-dummy-urn-1236712352"
                },
                {
                    "surname": "test",
                    "name": "test",
                    "nickname": "test",
                    "said": "test"
                }
            ]
        }
    }
}

Clone this wiki locally