Jump to Content
9 Spokes
API ReferenceChangelog
Back to 9Spokes.comSandbox9 Spokes
API Reference
Back to 9Spokes.comSandbox
API ReferenceChangelog

Overview

  • Getting Started
  • Authentication
  • Environment
  • API Structure
  • Querying

9Spokes Open API

  • Organization
    • Get Redirect URLget
    • Set Redirect URLput
  • Apps
    • List Appsget
    • Enable Appput
    • Disable Appdel
  • Companies
    • Create New Companypost
    • List Companiesget
    • Get a Companyget
    • Remove a Companydel
  • Connections
    • Connection Lifecycle
    • Create New Connectionpost
    • List Connectionsget
    • Remove a Connectiondel
    • Get Connection Data Statusget
  • Accounting
    • Billsget
    • Invoicesget
    • Productget
    • Contactsget
    • Trial Balanceget
    • Businessget
  • Banking
    • Bank Account Balancesget
  • HR and Payroll
    • Leavesget
    • Pay Run Summaryget
    • Staff Wagesget
  • Point of sale
    • Salesget
  • Social Marketing
    • Social Marketing
  • Email Marketing
    • Campaignsget
    • Growth historyget
    • Web Analyticsget
Powered by 

Querying

The 9Spokes API uses OData (Open Data Protocol) format to filter response data.

📘

The below queries will only work when requesting connected app data.

Filter ($filter)

The $filter query option allows you to filter data sets based on the properties available.

Operator Description
eq Equal
ne Not equal
gtGreater than
ltLess than
leLess than or equal
andLogical and
orLogical or
  • Table of Contents
    • Filter ($filter)