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_id_trackers [2014/07/10 19:24] – [HEAD, GET] Lauri Elevantapi:api_applicants_id_trackers [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 17: Line 17:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1456   Content-Length: 1456
- + 
 +==== Example response ==== 
 + 
 +  
 +    "123":
 +        "assigned": "2014-06-29T18:11:15+00:00", 
 +        "tracker": "/api/applicants/trackers/123" 
 +    }, 
 +    "321":
 +        "assigned": "2014-07-10T19:21:55+00:00", 
 +        "tracker": "/api/applicants/trackers/321" 
 +    } 
 +  }