Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • (1a) - OFF requests a presigned url from WIPO DAS to upload a file identified by a file id (i.e. POST /das/v1/requests/files/url-registrationsuploads
  • (1b) - OFF uploads the document file content using a presigned url given in step (step 1a)
  • (1c) - OFF requests document registration to WIPO DAS by referring to the uploaded file content by the corresponding file id (i.e. POST /das/v1/requests/registrations

...

  • (1a) - OFF requests a presigned url from WIPO DAS to upload a file identified by a file id (i.e. POST /das/v1/requests/files/url-registrationsuploads
  • (1b) - OFF uploads the corrected document file content using a presigned url given in step (1a)
  • (1c) - OFF requests document registration to WIPO DAS by referring to the uploaded file content by the corresponding file id (i.e. PUT /das/v1/requests/registrations)

...

  • (2a) - OSF sends a document retrieval request to WIPO DAS and receives a request acknowledgement id (i.e. POST /das/v1/requests/retrievals
  • (2b) - WIPO DAS prepares the requested document for download and notifies the OSF of the document availability (i.e. Figure A) by referring to the request acknowledgement id returned in step (2a) (i.e. POST /das/v1/requests/notifications
    Note: Alternatively , OSF may use the check status (i.e. Figure B) to download the document content when it is reported as available by WIPO DAS (i.e. GET /das/v1/requests/retrievals/statuses
  • (2c) - OSF retrieves file location URL from WIPO DAS to download the document file content (i.e. GET /das/v1/requests/url-retrievalsdownloads). This Downloads can be repeatlly done repeated while the requested document is not deleted from WIPO DAS
  • (2d) - OSF downloads file from WIPO DAS 
  • (2e) - Optionally OSF deletes the download files from the DAS transit zone (i.e. DELETE /das/v1/requests/files

...

  1. OSF sends a document retrieval request to WIPO DAS and receives a request acknowledgement id issued by WIPO DAS (i.e. POST /das/v1/requests/retrievals
  2. WIPO DAS forwards the retrieval request to the OFF (i.e. POST /das/v1/requests/retrievals
  3. OFF prepares the requested document for download and notify WIPO DAS of the document availability by referring to the request acknowledgement id returned by WIPO DAS (i.e. POST /das/v1/requests/notifications
  4. WIPO DAS retrieves the file location URL based on  (i.e. GET /das/v1/requests/files/url-retrievalsdownloads)
  5. WIPO DAS download the document file content from OFF
  6. WIPO DAS prepares the requested document for download by OSF and notifies the OSF of the document availability by referring to the request acknowledgement id returned in step 1 (i.e. POST /das/v1/requests/notifications
  7. OSF retrieves the file location URL for document download by referring to the request acknowledgement id returned in step 1 (i.e. GET /das/v1/requests/files/url-retrievalsdownloads)
  8. OSF uses the given file location URL obtained in step 7 to download the document file content
  9. Optionally OSF deletes the download files from the DAS transit zone (i.e. DELETE /das/v1/requests/files

...

  1. OSF sends a document retrieval request to WIPO DAS and receives a request acknowledgement id issued by WIPO DAS (i.e. POST /das/v1/requests/retrievals
  2. WIPO DAS forwards the retrieval request to the OFF and receives a request acknowledgement id issued by OFF (i.e. POST /das/v1/requests/retrievals
  3. OFF requests a presigned url from WIPO DAS to upload a file and receives the file id from WIPO DAS (i.e. POST /das/v1/requests/url-registrationsuploads)
  4. OFF uploads the requested document file content into DAS transit zone using a presigned url given in step 3
  5. OFF updates the retrieval file id in WIPO DAS by referring to the request acknowledgement id issued by OFF (i.e. PUT /das/v1/requests/retrievals)
  6. OFF notifies WIPO DAS of the document availability by referring to the request acknowledgement id returned in step 2 (i.e. POST /das/v1/requests/notifications
  7. WIPO DAS prepares the requested document for download by OSF and notifies the OSF of the document availability by referring to the request acknowledgement id returned in step 1 (i.e. POST /das/v1/requests/notifications
  8. OSF retrieves the file location URL to download the document file content by referring to the request acknowledgement id returned in step 1 (i.e. GET /das/v1/requests/files/url-retrievalsdownloads)
  9. OSF downloas downloads the file using the URL obtained in step 8
  10. Optionally OSF deletes the download file from the DAS transit zone (i.e. DELETE /das/v1/requests/files

...