Appearance
Get Malware Article Graph
Possible intervalType values
| Objects | Type | Description |
|---|---|---|
| LAST_7_DAYS | String | Last 7 days |
| LAST_30_DAYS | String | Last 30 days |
| LAST_3_MONTHS | String | Last 3 months |
| LAST_6_MONTHS | String | Last 6 months |
| LAST_1_YEAR | String | Last 365 days |
| FOREVER | String | All time |
Sample JSON Response
json
{
"graphs": [
{
"articleCountType": "CYBERSECURITY",
"yTipsies": [
[],
[],
[],
[],
[],
[],
[]
],
"yValues": [
7,
5,
3,
2,
0,
0,
6
]
}
],
"xLabels": [
"02/14/24",
"02/15/24",
"02/16/24",
"02/17/24",
"02/18/24",
"02/19/24",
"02/20/24"
]
}OpenAPI definition
json
{
"openapi": "3.1.0",
"info": {
"title": "ML Endpoint",
"version": "1.0"
},
"servers": [
{
"url": "https://api.feedly.com/v3/ml"
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"x-bearer-format": "bearer"
}
}
},
"security": [
{
"sec0": []
}
],
"paths": {
"/memes/article-count-graphs": {
"get": {
"summary": "Get Malware Article Graph",
"description": "",
"operationId": "get-malware-article-graph",
"parameters": [
{
"name": "resourceId",
"in": "query",
"description": "ID of malware family",
"required": true,
"schema": {
"type": "string",
"default": "nlp/f/entity/gz:mal:fd035735-1ab9-419d-a94c-d560612e970b"
}
},
{
"name": "intervalType",
"in": "query",
"description": "See table below for possible intervalType values",
"required": true,
"schema": {
"type": "string",
"default": "LAST_7_DAYS"
}
}
],
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true,
"_id": "660334c44e14a80012542b9a:66033c33beeef900453bae7d"
}