Sumble · Example Payload

Sumble V9 Organizations Request By Filter Concentration Sort

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

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

Top-level fields

filterlimitorder_by_columnorder_by_directionorder_by_job_functionselect

Example Payload

Raw ↑
{
  "filter": {
    "query": "technology EQ 'react'"
  },
  "limit": 5,
  "order_by_column": "people_concentration",
  "order_by_direction": "DESC",
  "order_by_job_function": "Data Engineer",
  "select": {
    "attributes": [
      "id",
      "name",
      "url"
    ],
    "entities": [
      {
        "type": "job_function",
        "term": "Data Engineer",
        "metrics": [
          "people_count",
          "people_concentration"
        ]
      }
    ]
  }
}