action intellifi_get_items { label: "Get all items" provider: intellifi method: GET path: "/items" encoding: json input: { type: "object" properties: { after: { type: "string" format: "date-time" } after_code: { type: "string" } after_id: { type: "string" } before: { type: "string" format: "dateTime" } before_code: { type: "string" } before_id: { type: "string" } code_hex: { type: "string" description: "String representation of the unique code that this item transmits. By default this is a hexadecimal representation. This number could be so long (> 40 bytes!) that a decimal representation would be useless to generate." } from: { type: "string" format: "dateTime" } from_code: { type: "string" } from_id: { type: "string" } id: { type: "string" description: "Unique identifier for resource." } id_only: { type: "boolean" } is_present: { 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" } location: { type: "string" description: "Unique identifier for resource." } metadata: { type: "string" } move_count: { type: "integer" description: "How many times this item moved since it's created on this server. Note that it is likely that not all moved events are available in the events (they are deleted after a configurable number of time). This field is never decreases. It gives a good indication of the usage of this item." } populate: { type: "string" } protocol: { type: "string" description: "Type of protocol that was used to decode this item." enum: ["altbeacon", "uniwear", "nfc", "generic", "eddystone", "epcgen2", "ibeacon", "nanoble"] } results_only: { type: "boolean" } select: { type: "string" } sets: { type: "string" description: "Unique identifier for resource." } sort: { type: "string" } technology: { type: "string" description: "Type of technology that was used to detect this item." enum: ["bluetooth", "optical", "rfid"] } 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_last_present: { type: "string" } time_moved: { type: "string" format: "dateTime" description: "Last time this item moved. This is the last time that the location for this item was changed." } 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" } type: { type: "string" description: "Type of item." enum: ["barcode", "bluetitan", "gbtag", "relay", "smarttag", "tag"] } until: { type: "string" format: "dateTime" } until_code: { type: "string" } until_id: { type: "string" } } additionalProperties: false } output: { type: "object" } }