action intellifi_get_spot_lists { label: "Get all spot lists" provider: intellifi method: GET path: "/sets/spotlists" 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" } label: { type: "string" description: "A name or a label for this resource. This is used in the user interface, may be empty." } limit: { type: "integer" } metadata: { type: "string" } populate: { type: "string" } results_only: { type: "boolean" } select: { type: "string" } sort: { type: "string" } text: { 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" } total: { type: "integer" } until: { type: "string" format: "dateTime" } until_id: { type: "string" } } additionalProperties: false } output: { type: "object" } }