Skip to main content

List Inventory Journal Entries

Returns a list of Inventory Journal Entries belonging to your account.

Query Parameters
  • start_cursor string

    The start cursor for Keyset pagination.

  • per_page integer

    Possible values: >= 2 and <= 100

    Default value: 50

    The number of records per page to return.

  • filter object

    The fields, operations, and values to filter the records by.

    • adjustment_type object
    • include string required
    • user_id object
    • eq string required
    • part_id object
    • eq string required
    • part_location_detail_id object
    • eq string required
    • transfer_part_location_id object
    • eq string required
    • inventory_adjustment_reason_id object
    • eq string required
    • purchase_order_line_item_id object
    • eq string required
    • work_order_id object
    • eq string required
    • vendor_id object
    • eq string required
    • created_at object
      oneOf

    • lt string required
    • updated_at object
      oneOf

    • lt string required
  • sort object

    The fields and direction to sort the results by.

    • id string

      Possible values: [asc, desc]

      Default value: desc

    • created_at string

      Possible values: [asc, desc]

    • updated_at string

      Possible values: [asc, desc]

Responses

OK


Schema

  • start_cursor string

    The current start cursor of the records returned.

  • next_cursor string

    The next cursor to retrieve the next page of records.

  • per_page integer

    The maxumum number of records returned.

  • estimated_remaining_count integer

    The number of remaining records including the returned records, up to a maximum of 500.

  • filtered_by object[]

    The filters applied to the returned record set.

    anyOf

  • adjustment_type object
  • include string
  • sorted_by object[]

    The sorts applied to the returned record set.

    anyOf

  • updated_at string

    Possible values: [asc, desc]

  • records Inventory Journal Entry[]
  • id integer
  • account_id integer
  • user_id integer

    The ID of the User associated with the entry.

  • part_id integer

    The ID of the Part associated with the entry.

  • part_location_detail_id integer

    The ID of the details of this Part at a specific Part Location. Not the same as part_location_id.

  • part_location object

    Information about the associated Part Location.

  • name string
  • id integer
  • previous_quantity string

    The previous quantity of the Part before any adjustments.

  • current_quantity string

    The current quantity of the Part after adjustments.

  • adjustment_quantity string

    The quantity adjustment made to the Part's count.

  • work_order_part_line_item_id integer

    The ID of the Work Order Part Line Item associated with the entry. Only applicable if the entry is associated with a Work Order.

  • inventory_adjustment_reason_id integer

    The ID of the Inventory Adjustment Reason associated with the entry.

  • inventory_adjustment_reason object
  • name string

    The Inventory Adjustment Reason name associated with the entry.

  • comments_count integer

    How many Comments this entry has.

  • adjustment_type string

    Possible values: [initial, manual, work_order, purchase_order, bulk_update, transfer]

    The type of adjustment that triggered the entry.

  • transfer_part_location_id integer

    The ID of the Part Location that the Part was transferred to. Only applicable if the entry is associated with a transfer.

  • purchase_order_line_item_id integer

    The ID of the ``Purchase Order Line Itemassociated with the entry. Only applicable if the entry is associated with aPurchase Order`.

  • work_order_id integer

    The ID of the Work Order associated with the entry. Only applicable if the entry is associated with a Work Order.

  • vendor_id integer

    The ID of the Vendor associated with the entry. Only applicable if the entry is associated with a Purchase Order.

  • user object

    Information about the User that created the entry.

  • email string
  • part Part

    A Part

  • id integer
  • description string

    A description of this Part.

  • manufacturer_part_number string

    The part number from this Part's manufacturer.

  • measurement_unit_id integer

    The id of the MeasurementUnit associated with this Part.

  • number string

    The part number being used for this Part within Fleetio.

  • part_category_id integer

    The id of the PartCategory associated with this Part.

  • part_manufacturer_id integer

    The id of the PartManufacturer associated with this Part.

  • upc string

    The Universal Product Code for this Part.

  • average_unit_cost_cents integer

    The average unit cost in cents for this Part. FIFO/LIFO accounts only.

  • unit_cost_cents integer

    The unit cost in cents for this Part.

  • archived_at date-time

    The date and time at which this Part was archived.

  • created_at date-time
  • updated_at date-time
Loading...