List a collection of Scan Tools
OK response.
BadRequest: Bad Request response.
Unauthorized: Unauthorized response.
Forbidden: Forbidden response.
NotFound: Not Found response.
TooManyRequests: Too Many Requests response.
InternalServerError: Internal Server Error response.
{- "pagination": {
- "link": "",
- "page": 4,
- "pageSize": 20,
- "totalItems": 230,
- "totalPages": 12
}, - "results": [
- {
- "created": 1651578240,
- "description": "OWASP 5.x SCA scanner",
- "id": "abcdef1234567890ghijkl",
- "isEnabled": true,
- "lastModified": 1651578240,
- "name": "owasp"
}, - {
- "created": 1651578240,
- "description": "OWASP 5.x SCA scanner",
- "id": "abcdef1234567890ghijkl",
- "isEnabled": true,
- "lastModified": 1651578240,
- "name": "owasp"
}, - {
- "created": 1651578240,
- "description": "OWASP 5.x SCA scanner",
- "id": "abcdef1234567890ghijkl",
- "isEnabled": true,
- "lastModified": 1651578240,
- "name": "owasp"
}
]
}
Find Scan Tool by ID
OK response.
BadRequest: Bad Request response.
Unauthorized: Unauthorized response.
Forbidden: Forbidden response.
NotFound: Not Found response.
TooManyRequests: Too Many Requests response.
InternalServerError: Internal Server Error response.
{- "created": 1651578240,
- "description": "OWASP 5.x SCA scanner",
- "id": "abcdef1234567890ghijkl",
- "isEnabled": true,
- "lastModified": 1651578240,
- "name": "owasp"
}