SiQ GraphQL API

SpaceIQ's (SiQ) GraphQL API. A single endpoint at https://api.spaceiq.com/queries accepts POST requests with a JSON query body and an access-token bearer header. Read operations cover companies, buildings, floors, spaces, departments, employees, meeting-room availability/calendars, hoteling-desk search, map images, and reports/exports; mutations cover creating and deleting meeting-room calendar events. Schema version 1.7, introspectable via __schema / __type.

API entry from apis.yml

apis.yml Raw ↑
name: SiQ GraphQL API
description: SpaceIQ's (SiQ) GraphQL API. A single endpoint at https://api.spaceiq.com/queries accepts
  POST requests with a JSON query body and an access-token bearer header. Read operations cover companies,
  buildings, floors, spaces, departments, employees, meeting-room availability/calendars, hoteling-desk
  search, map images, and reports/exports; mutations cover creating and deleting meeting-room calendar
  events. Schema version 1.7, introspectable via __schema / __type.
humanURL: https://developer.spaceiq.com/
baseURL: https://api.spaceiq.com
tags:
- GraphQL
- Workplace Management
- Space Management
properties:
- type: GraphQL
  url: https://api.spaceiq.com/queries
- type: APIReference
  url: https://developer.spaceiq.com/
- type: Authentication
  url: authentication/spaceiq-authentication.yml
- type: Conventions
  url: conventions/spaceiq-conventions.yml
- type: ErrorCatalog
  url: errors/spaceiq-problem-types.yml
- type: DataModel
  url: data-model/spaceiq-data-model.yml