Skip to content

GetItem

Note: This atom allows consulting assets in Fracttal via official API.

Description

Integrate inventory updating with the Fracttal API.


General Information:

Module Category
Item Read

Atom Details

Input Parameters:

  • code : str, optional

Input Schema:

Field Type Required Description Default Example
code Optional[str] Unique code of the asset to consult. None -
id_type_item ItemType Asset type. PydanticUndefined -
field_1 Optional[str] Name, description or main title of the asset. None -
field_2 Optional[str] Additional field for complementary information (example: brand). None -
field_3 Optional[str] Additional field for complementary information (example: model). None -
field_4 Optional[str] Additional field for complementary information (example: serial). None -
field_5 Optional[str] Additional field for status, condition, or other classification. None -
field_6 Optional[str] Additional field for country, origin or other relevant information. None -
active Optional[bool] Indicates whether the asset is active or not. None -
barcode Optional[str] Bar-code. None -
notes Optional[str] Asset notes. None -
weight Optional[str] Asset weight (for spare parts and tools only) None -
purchase_date Optional[str] Purchase date. None -
is_serial_control Optional[bool] true if the item is controlled by serial, false otherwise. None -
group Optional[str] Asset type. None -
group_1 Optional[str] Classification 1. None -
group_2 Optional[str] Classification 2. None -
priorities Optional[str] Description of priority. None -
id_priority Optional[Priority] Priority ID: 1: Very High, 2: High, 3: Medium, 4: Low, 5: Very Low None -
code_parent_location Optional[str] Code of the asset where it is located or is part of (POST/PUT) None -
latitude Optional[str] Latitude. None -
longitud Optional[str] Length. None -
unit_code Optional[str] Unit code (mandatory if it is a Tool or Spare Part) None -
unit_description Optional[str] Description of the unit (required if it is a Tool or Spare Part) None -
visible_to_all Optional[bool] Indicates whether the asset will be visible to everyone in the company. None -
total_cost Optional[str] Total cost of the asset. None -
startup_date Optional[str] Start date for depreciation. None -
costs_center Optional[str] Description of the cost center. None -
budgets Optional[str] Total cost of straight-line depreciation. None -
id_custom_field_group Optional[int] Custom field group id. None -
hours_average_daily_use Optional[int] Average daily usage hours (seconds, between 0 and 86400) None -
id Optional[int] ID of the asset in Fracttal. None -
item_type Optional[str] Asset type (1: Locations, 2: Equipment, 3: Tools, 4: Spare Parts and Supplies, 5: Digital). None -
location_code Optional[str] Parent location code. None -
available Optional[bool] Indicates whether the asset is in service. None -
start Optional[int] Registration number where the query will begin (pagination). None -
limit Optional[int] Number of records that the request will show. None -

Technical Details:

  • Supports individual queries by code or paginated searches with filters.