File summary and metadata
File metadata returned in the summary view of a file.
Path Parameters
- sha256 string required
File SHA256
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- items
- page integer
- page_count integer
- per_page integer
- total_count integer
{
"items": {},
"page": 0,
"page_count": 0,
"per_page": 0,
"total_count": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...