Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
api:api_applicants_123_trackers_agent [2014/06/19 17:00] – created Lauri | api:api_applicants_123_trackers_agent [2014/06/25 16:15] (current) – removed Lauri | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== / | ||
- | |||
- | ===== HEAD, GET ===== | ||
- | |||
- | Use the '' | ||
- | |||
- | ==== Syntax ==== | ||
- | |||
- | GET / | ||
- | Host: apply.example.edu | ||
- | Authorization: | ||
- | |||
- | ==== Response headers ==== | ||
- | |||
- | Content-Type: | ||
- | Content-Length: | ||
- | |||
- | ==== Response codes ==== | ||
- | |||
- | | '' | ||
- | | '' | ||
- | |||
- | ===== PUT ===== | ||
- | |||
- | Set a tracker code to the applicant in question. | ||
- | |||
- | ==== Syntax ==== | ||
- | |||
- | PUT / | ||
- | Host: apply.example.edu | ||
- | Authorization: | ||
- | |||
- | ==== Response headers ==== | ||
- | |||
- | Content-Type: | ||
- | Content-Length: | ||
- | |||
- | ==== Response codes ==== | ||
- | |||
- | | '' | ||
- | |||
- | |||
- | ===== DELETE ===== | ||
- | |||
- | Remove the tracker code from the applicant in question. | ||
- | |||
- | ==== Syntax ==== | ||
- | |||
- | HEAD / | ||
- | Host: apply.example.edu | ||
- | Authorization: | ||
- | |||
- | ==== Response headers ==== | ||
- | |||
- | Content-Type: | ||
- | Content-Length: | ||
- | |||
- | ==== Response codes ==== | ||
- | |||
- | | '' | ||