Differences

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

Link to this comparison view

Next revision
Previous revision
api:api_applicants_id_trackers [2014/06/26 19:15] – created Lauri Elevantapi:api_applicants_id_trackers [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== HEAD, GET ===== ===== HEAD, GET =====
  
-Get a list of tracker codes for the applicant in question.+Get a list of tracker associations for the applicant in question. 
 + 
 +**Note that this will not return the trackers themselves**, but rather represents the relationships between an applicant and trackers. Follow the tracker URI in the response to retrieve further information about the tracker in question.
  
 ==== Syntax ==== ==== Syntax ====
Line 15: 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" 
 +    } 
 +  }