Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api:api_institutions_id_contacts [2014/07/01 14:49] – created Lauri Elevantapi:api_institutions_id_contacts [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 16: Line 16:
   Content-Length: 1234   Content-Length: 1234
   X-Count: 3   X-Count: 3
 +
 +==== Response example ==== 
 +
 +  {
 +    "1": {
 +        "name": "Some Body",
 +        "email": "some.body@example.com",
 +        "phone": "3242424234"
 +    },
 +    "9": {
 +        "name": "Some Body Else",
 +        "email": "some.body.else@example.com",
 +        "phone": "3434535352"
 +    }
 +  }