Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
api:api_applicants_trackers [2014/06/25 10:19] – created Lauri | api:api_applicants_trackers [2024/07/30 11:50] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 15: | Line 15: | ||
Content-Type: | Content-Type: | ||
Content-Length: | Content-Length: | ||
- | + | ||
+ | ==== Response example ==== | ||
+ | |||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | }, | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | ===== POST ===== | ||
+ | |||
+ | Add a new tracker using any text (2 to 16 characters) as the tracker code. The URI for the tracker created is returned in the '' | ||
+ | |||
+ | If a tracker with this code exists, a '' | ||
+ | |||
+ | **This method simply creates a new tracker, but does not assign it to any applicants.** You can later '' | ||
+ | |||
+ | ==== Syntax ==== | ||
+ | |||
+ | POST / | ||
+ | Host: apply.example.edu | ||
+ | Authorization: | ||
+ | |||
+ | ==== Parameters ==== | ||
+ | |||
+ | ^ Name ^ ^ Description ^ | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | ==== Response headers ==== | ||
+ | |||
+ | Content-Type: | ||
+ | Content-Length: | ||
+ | Location: / | ||
+ | |||
+ | ==== Response codes ==== | ||
+ | |||
+ | | '' | ||
+ | | '' |