Upload Job Endpoints

NOTE: The endpoint to begin resource upload are the /targets/<target_id>/resources/ and /targets/<target_id>/resources/<resource_id>/ POST endpoints.

Get Upload Job

GET http://localhost/api_v1/upload/:ticket_number:/

Check in on the resource upload on the server

Path Parameters

NameTypeDescription

ticket_number

string

Ticket number for the server process

Headers

NameTypeDescription

presqt-destination-token

string

User's Target token

{
    "status_code": "200",
    "message": "Upload successful",
    "failed_fixity": [],
    "duplicate_files_ignored": [],
    "duplicate_files_updated": []
}

Last updated