Particle · GraphQL Specification

Particle IoT GraphQL Schema

This document describes a conceptual GraphQL schema for the Particle IoT platform. Particle exposes its Device Cloud capabilities primarily through a REST API at `https://api.particle.io`. This GraphQL schema represents the same domain — devices, fleets, events, firmware, SIM cards, integrations, and access control — modeled as a typed graph that enables clients to fetch exactly the fields they need in a single request.

Documentation Endpoint View on GitHub IoTInternet of ThingsCellularWi-FiBluetoothDevice ManagementFirmwareOTA UpdatesFleet ManagementHardwareEmbeddedGraphQL

Overview

Particle IoT GraphQL Schema is a GraphQL API specification published by Particle on the APIs.io network.

This document describes a conceptual GraphQL schema for the Particle IoT platform. Particle exposes its Device Cloud capabilities primarily through a REST API at https://api.particle.io. This GraphQL schema represents the same domain — devices, fleets, events, firmware, SIM cards, integrations, and access control — modeled as a typed graph that enables clients to fetch exactly the fields they need in a single request.

The specification includes 3 reference links.

Tagged areas include IoT, Internet of Things, Cellular, Wi-Fi, and Bluetooth.

Endpoint

References

Related API Specs

Particle Authentication API (OpenAPI) Particle Configuration API (OpenAPI) Particle Customers API (OpenAPI) Particle Devices API (OpenAPI) Particle Diagnostics API (OpenAPI) Particle Env API (OpenAPI) Particle Events API (OpenAPI) Particle Firmware API (OpenAPI) Particle FleetHealth API (OpenAPI) Particle Groups API (OpenAPI) Particle Integrations API (OpenAPI) Particle Ledger API (OpenAPI) Particle Location API (OpenAPI) Particle Logic API (OpenAPI) Particle OAuth API (OpenAPI) Particle Organizations API (OpenAPI) Particle ProductFirmware API (OpenAPI) Particle Products API (OpenAPI) Particle Quarantine API (OpenAPI) Particle Search API (OpenAPI) Particle Secrets API (OpenAPI) Particle ServiceAgreements API (OpenAPI) Particle Sims API (OpenAPI) Particle Team API (OpenAPI) Particle User API (OpenAPI)
Back to Particle · All GraphQL Specs · GitHub