Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
api:manual [2024/11/14 16:18] – [List of API calls] Antonapi:manual [2025/01/02 13:35] (current) – [List of API calls] Lauri
Line 172: Line 172:
 | [[api:/api/applications/ID/offers/ID/comments|/api/applications/ID/offers/ID/comments]] | R | GET HEAD | Get the offer letter text/comments of a specific application offer | | [[api:/api/applications/ID/offers/ID/comments|/api/applications/ID/offers/ID/comments]] | R | GET HEAD | Get the offer letter text/comments of a specific application offer |
 | [[api:/api/applications/ID/offers/ID/comments|/api/applications/ID/offers/ID/comments]] | R | PUT | Set the offer letter text/comments of the application offer in question | | [[api:/api/applications/ID/offers/ID/comments|/api/applications/ID/offers/ID/comments]] | R | PUT | Set the offer letter text/comments of the application offer in question |
 +| [[api:/api/applications/ID/offers/ID/attachments|/api/applications/ID/offers/ID/attachments]] | R | GET HEAD | Get the offer attachments |
 +| [[api:/api/applications/ID/offers/ID/attachments/ID|/api/applications/ID/offers/ID/attachments/ID]] | R | GET HEAD | Get an offer attachment |
 +| [[api:/api/applications/ID/offers/ID/attachments/ID/download|/api/applications/ID/offers/ID/attachments/ID/download]] | R | GET HEAD | Get an offer attachment (the binary blob) |
 +| [[api:/api/applications/ID/offers/ID/letters|/api/applications/ID/offers/ID/letters]] | R | GET HEAD | Get the offer letters |
 +| [[api:/api/applications/ID/offers/ID/letters/ID|/api/applications/ID/offers/ID/letters/ID]] | R | GET HEAD | Get an offer letter |
 | [[api:/api/applications/ID/offers/ID/confirm|/api/applications/ID/offers/ID/confirm]] | R | POST | Confirm an offer | | [[api:/api/applications/ID/offers/ID/confirm|/api/applications/ID/offers/ID/confirm]] | R | POST | Confirm an offer |
 | [[api:/api/applications/ID/offers/ID/decision|/api/applications/ID/offers/ID/decision]] | R | GET HEAD | Get the decision of a specific application offer | | [[api:/api/applications/ID/offers/ID/decision|/api/applications/ID/offers/ID/decision]] | R | GET HEAD | Get the decision of a specific application offer |