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:manual [2025/05/26 13:19] – [List of API calls] Lauriapi:manual [2025/06/09 13:45] (current) Lauri
Line 195: Line 195:
 | [[api:/api/applications/ID/tasks/ID/status|/api/applications/ID/tasks/ID/status]] | R | GET HEAD | Get the status of a specific application task | | [[api:/api/applications/ID/tasks/ID/status|/api/applications/ID/tasks/ID/status]] | R | GET HEAD | Get the status of a specific application task |
 | [[api:/api/applications/ID/tasks/ID/status|/api/applications/ID/tasks/ID/status]] | R | PUT | Set the status to the application task in question | | [[api:/api/applications/ID/tasks/ID/status|/api/applications/ID/tasks/ID/status]] | R | PUT | Set the status to the application task in question |
 +| [[api:/api/applications/ID/tasks/ID/documents|/api/applications/ID/tasks/ID/documents]] | C | GET HEAD | Get a list of documents attached to this task |
 +| [[api:/api/applications/ID/tasks/ID/documents|/api/applications/ID/tasks/ID/documents]] | C | POST | Upload a new document to this task |
 +| [[api:/api/applications/ID/tasks/ID/documents/ID|/api/applications/ID/tasks/ID/documents/ID]] | R | GET HEAD | Get a specific document from this task (binary data) |
 | [[api:/api/applications/ID/exports|/api/applications/ID/exports]] | C | GET HEAD | List all exports that have been generated from the application in question | | [[api:/api/applications/ID/exports|/api/applications/ID/exports]] | C | GET HEAD | List all exports that have been generated from the application in question |
 | [[api:/api/applications/ID/exports/ID|/api/applications/ID/exports/ID]] | R | GET HEAD | Fetch a specific application export identified by the export ID | | [[api:/api/applications/ID/exports/ID|/api/applications/ID/exports/ID]] | R | GET HEAD | Fetch a specific application export identified by the export ID |
Line 200: Line 203:
 | [[api:/api/applications/ID/exports/ID/blobs/blob|/api/applications/ID/exports/ID/blobs/blob]] | R | GET HEAD | Retrieve a downloadable file (blob) regarding this export | | [[api:/api/applications/ID/exports/ID/blobs/blob|/api/applications/ID/exports/ID/blobs/blob]] | R | GET HEAD | Retrieve a downloadable file (blob) regarding this export |
 | [[api:/api/applications/ID/documents|/api/applications/ID/documents]] | C | GET HEAD | Get a list of documents attached to this application | | [[api:/api/applications/ID/documents|/api/applications/ID/documents]] | C | GET HEAD | Get a list of documents attached to this application |
 +| [[api:/api/applications/ID/documents|/api/applications/ID/documents]] | C | POST | Upload a new document to this application |
 | [[api:/api/applications/ID/documents/ID|/api/applications/ID/documents/ID]] | R | GET HEAD | Get a specific applicant document (binary data) | | [[api:/api/applications/ID/documents/ID|/api/applications/ID/documents/ID]] | R | GET HEAD | Get a specific applicant document (binary data) |
 | [[api:/api/applications/ID/scores|/api/applications/ID/scores]] | C | GET HEAD | Get a list of scores for this application | | [[api:/api/applications/ID/scores|/api/applications/ID/scores]] | C | GET HEAD | Get a list of scores for this application |