action intellifi_get_spots { label: "Get all spots" provider: intellifi method: GET path: "/spots" encoding: json input: { type: "object" properties: { after: { type: "string" format: "date-time" } after_id: { type: "string" } before: { type: "string" format: "dateTime" } before_id: { type: "string" } from: { type: "string" format: "dateTime" } from_id: { type: "string" } id: { type: "string" description: "Unique identifier for resource." } id_only: { type: "boolean" } is_online: { type: "boolean" description: "Whether or not this resource is actively connected to the Brain." } limit: { type: "integer" } populate: { type: "string" } request_counter: { type: "integer" description: "The total number of HTTP requests that this resource has done." } results_only: { type: "boolean" } select: { type: "string" } serial_number: { type: "integer" description: "This is the fixed and unique spot number. It's assigned during the production process and used to identify an individual device during its lifetime." } sort: { type: "string" } time_created: { type: "string" format: "dateTime" description: "[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted string for when this resource was created." } time_updated: { type: "string" format: "dateTime" description: "[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted string for when this resource was updated." } timeout_s: { type: "number" } until: { type: "string" format: "dateTime" } until_id: { type: "string" } } additionalProperties: false } output: { type: "object" } }