action intellifi_get_services { label: "Get all services" provider: intellifi method: GET path: "/services" 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" } limit: { type: "integer" } name: { type: "string" description: "Human readable name for the resource." } populate: { type: "string" } results_only: { type: "boolean" } select: { type: "string" } 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" } }