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

Was this helpful?

Export as PDF

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