Link

Get Upload Incidents

Method URL POST http://<mwsd_container_url>:<mwsd_container_port>/mwsd/v1/upload/read/incidents
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": [
    {
      "inci_id": "0006138c-d3fa-f0c8-0000-29700000007c",
      "itype_id": "36c45369-96ca-5615-dcf9-911f068786dc"
    },
    {
      "inci_id": "00061323-adc4-f01d-0000-297000000084",
      "itype_id": "36c78fd5-87df-3325-dfc3-87f7868766f1"
    }
  ],
  "error": {
    "code": 200,
    "data": null,
    "message": ""
  },
  "op": "read",
  "softwareRelease": "20210908142647"
}