action intellifi_get_presence_by_id { label: "Get presence" provider: intellifi method: GET path: "/presences/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { id: { type: "string" description: "Unique identifier for resource." } item: { type: "object" } item_id: { type: "string" description: "Unique identifier for resource." } item_url: { type: "string" description: "Url to the individual resource." } location: { type: "object" properties: { custom: { description: "The `custom` value is only for your custom references, you may use it to save additional attributes. The custom value is not used in any other place. This field may contain any datatype that you like: null (default), string, integer, boolean, object etc..." type: "object" } id: { type: "string" description: "Unique identifier for resource." } label: { type: "string" description: "A name or a label for this resource. This is used in the user interface, may be empty." } metadata: { type: "object" description: "Object of searchable metadata for this resource. Can be freely used to store metadata properties." } 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." } url: { type: "string" description: "Url to the individual resource." } } } location_id: { type: "string" description: "Unique identifier for resource." } location_url: { type: "string" description: "Url to the individual resource." } 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"] } 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." } url: { type: "string" description: "Url to the individual resource." } } } }