LogoLogo
About
  • Guides
  • BDK
  • REST API
  • Release Notes
  • Department Boxes
    • Overview
    • Adding an Item
    • Cleaning
    • Exporting
    • Removing an Item
    • Retrieving an Item
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Department Boxes

Retrieving an Item

This procedure retrieves an item from a department box.

Last updated 1 month ago

Was this helpful?

To retrieve an item from a department box:

  1. Specify the key of the item you want to retrieve

  2. Use the syntax: retrieve "{the item}" from <department box>

  3. the department box to get the data

Example:

HR is a department box
retrieve the item from HR whose key is like "announcement"
retrieve "{the item}" from HR
export HR

This command retrieves the item with the key "announcement" from the HR department box.

Export