Link

Get Upload

Method URL POST http://<mwsd_container_url>:<mwsd_container_port>/mwsd/v1/upload/create
HTTP Method POST
Content Type application/json

Request Arguments

Required Arguments Data Type How To Use
up_id string Upload id for a set of files that has been previously uploaded
Optional Arguments Data Type How to Use
None    

Example Request Payload

{
  "up_id": "c20fbe4e5ffb3e06d9eecb14ea22651a"
}

Example Response Payload

{
  "data": [
    {
      "modify_user_name": "Zebrium",
      "ts": "2021-09-07T23:42:24.214629Z",
      "up_id": "c20fbe4e5ffb3e06d9eecb14ea22651a",
      "up_is_baked": true,
      "up_lines": 103584
    }
  ],
  "error": {
    "code": 200,
    "data": null,
    "message": ""
  },
  "op": "create",
  "softwareRelease": "20210907155650"
}