Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
api:api_applicants_id [2014/07/12 13:24] Lauri Elevantapi:api_applicants_id [2014/07/23 14:45] – external edit 127.0.0.1
Line 15: Line 15:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
 +
 +==== Response example ====
 +
 +  {
 +        "registered": "2014-06-20T08:13:41+00:00",
 +        "name": {
 +            "given": "Joe",
 +            "middle": "",
 +            "family": "Smith"
 +        },
 +        "email": "sample.applicant.21@example.com",
 +        "skype": null,
 +        "phone": "+372 123456789",
 +        "citizenship": "US",
 +        "trackers": "/api/applicants/123/trackers",
 +        "photo": "/api/applicants/123/photo",
 +        "documents": "/api/applicants/123/documents"
 +  }