List malware import packages
GET
/malware/packsContract
Parameter | Value |
|---|---|
| Section | malware |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
0 parameters
No parameters are required.
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | object |
401 | Unauthorized | object |
500 | Internal server error | object |
{ "cursor": { "count": 0, "currentPage": 0, "totalPages": 0, "totalRows": 0 }, "data": [ { "createdAt": "<string>", "fileName": "<string>", "id": 0, "issuerID": 0, "name": "<string>", "samplesImported": 0, "samplesSkipped": 0, "samplesTotal": 0, "size": 0 } ] }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }