Skip to content

Get Malware Article Graph

Possible intervalType values

ObjectsTypeDescription
LAST_7_DAYSStringLast 7 days
LAST_30_DAYSStringLast 30 days
LAST_3_MONTHSStringLast 3 months
LAST_6_MONTHSStringLast 6 months
LAST_1_YEARStringLast 365 days
FOREVERStringAll 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"
}