action intellifi_get_presences { label: "Get all presences" provider: intellifi method: GET path: "/presences" 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" } item: { type: "string" description: "Unique identifier for resource." } limit: { type: "integer" } location: { type: "string" description: "Unique identifier for resource." } populate: { type: "string" } proximity: { type: "string" description: "Strongest proximity of all 'child' presences. This is a rough estimate on the distance from the item to the receiver." enum: ["far", "near", "immediate"] } results_only: { type: "boolean" } select: { type: "string" } sort: { type: "string" } technology: { type: "string" description: "Type of technology that was used to detect this item." enum: ["bluetooth", "optical", "rfid"] } 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" } }