Sumble · Example Payload

Sumble V9 Organizations Request By Filter

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

Sumble V9 Organizations Request By Filter is an example object payload from Sumble, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filterlimitorder_by_columnorder_by_directionselect

Example Payload

Raw ↑
{
  "filter": {
    "query": "technology EQ 'react'"
  },
  "limit": 5,
  "order_by_column": "employee_count",
  "order_by_direction": "DESC",
  "select": {
    "attributes": [
      "id",
      "name",
      "url"
    ],
    "entities": [
      {
        "type": "technology",
        "term": "kubernetes",
        "metrics": "all"
      }
    ]
  }
}