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
api:api_applicants_trackers [2014/06/29 20:35] – [Parameters] Lauri Elevantapi:api_applicants_trackers [2021/01/21 12:51] (current) – 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 ====
 +
 +  {
 +    "1": {
 +        "created": "2014-06-25T11:09:37+00:00",
 +        "code": "FAIR",
 +        "notes": "Some notes",
 +        "reduction": null
 +    },
 +    "3": {
 +        "created": "2014-06-25T16:47:24+00:00",
 +        "code": "INTERNET",
 +        "notes": "Some notes",
 +        "reduction": {
 +            "reduction": "Percent",
 +            "percent": 20
 +        }
 +    },
 +    
 +  }