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 requireduser_id object
eq string requiredpart_id object
eq string requiredpart_location_detail_id object
eq string requiredtransfer_part_location_id object
eq string requiredinventory_adjustment_reason_id object
eq string requiredpurchase_order_line_item_id object
eq string requiredwork_order_id object
eq string requiredvendor_id object
eq string requiredcreated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt string requiredlte string requiredgt string requiredgte string requiredupdated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt string requiredlte string requiredgt string requiredgte 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
]
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
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- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
- MOD7
- MOD8
- MOD9
- MOD10
- MOD11
adjustment_type object
include stringuser_id object
eq stringpart_id object
eq stringpart_location_detail_id object
eq stringtransfer_part_location_id object
eq stringinventory_adjustment_reason_id object
eq stringpurchase_order_line_item_id object
eq stringwork_order_id object
eq stringvendor_id object
eq stringcreated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt stringlte stringgt stringgte stringupdated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt stringlte stringgt stringgte stringsorted_by object[]
The sorts applied to the returned record set.
anyOf- MOD1
- MOD2
- MOD3
updated_at stringPossible values: [
asc
,desc
]created_at stringPossible values: [
asc
,desc
]id stringPossible values: [
asc
,desc
]records Inventory Journal Entry[]
id integeraccount_id integeruser_id integerThe ID of the
User
associated with the entry.part_id integerThe ID of the
Part
associated with the entry.part_location_detail_id integerThe ID of the details of this
Part
at a specificPart Location
. Not the same aspart_location_id
.part_location object
Information about the associated
Part Location
.name stringid integerprevious_quantity stringThe previous quantity of the
Part
before any adjustments.current_quantity stringThe current quantity of the
Part
after adjustments.adjustment_quantity stringThe quantity adjustment made to the
Part
's count.work_order_part_line_item_id integerThe ID of the
Work Order Part Line Item
associated with the entry. Only applicable if the entry is associated with aWork Order
.inventory_adjustment_reason_id integerThe ID of the Inventory Adjustment Reason associated with the entry.
inventory_adjustment_reason object
name stringThe
Inventory Adjustment Reason
name associated with the entry.comments_count integerHow many
Comments
this entry has.adjustment_type stringPossible values: [
initial
,manual
,work_order
,purchase_order
,bulk_update
,transfer
]The type of adjustment that triggered the entry.
transfer_part_location_id integerThe ID of the
Part Location
that thePart
was transferred to. Only applicable if the entry is associated with a transfer.purchase_order_line_item_id integerThe ID of the ``Purchase Order Line Item
associated with the entry. Only applicable if the entry is associated with a
Purchase Order`.work_order_id integerThe ID of the
Work Order
associated with the entry. Only applicable if the entry is associated with aWork Order
.vendor_id integerThe ID of the
Vendor
associated with the entry. Only applicable if the entry is associated with aPurchase Order
.user object
Information about the
User
that created the entry.email stringpart Part
A Part
id integerdescription stringA description of this Part.
manufacturer_part_number stringThe part number from this Part's manufacturer.
measurement_unit_id integerThe id of the
MeasurementUnit
associated with this Part.number stringThe part number being used for this Part within Fleetio.
part_category_id integerThe id of the
PartCategory
associated with this Part.part_manufacturer_id integerThe id of the
PartManufacturer
associated with this Part.upc stringThe Universal Product Code for this Part.
average_unit_cost_cents integerThe average unit cost in cents for this Part. FIFO/LIFO accounts only.
unit_cost_cents integerThe unit cost in cents for this Part.
archived_at date-timeThe date and time at which this Part was archived.
created_at date-timeupdated_at date-time
{
"start_cursor": "string",
"next_cursor": "string",
"per_page": 0,
"estimated_remaining_count": 0,
"filtered_by": [
{
"adjustment_type": {
"include": "string"
}
},
{
"user_id": {
"eq": "string"
}
},
{
"part_id": {
"eq": "string"
}
},
{
"part_location_detail_id": {
"eq": "string"
}
},
{
"transfer_part_location_id": {
"eq": "string"
}
},
{
"inventory_adjustment_reason_id": {
"eq": "string"
}
},
{
"purchase_order_line_item_id": {
"eq": "string"
}
},
{
"work_order_id": {
"eq": "string"
}
},
{
"vendor_id": {
"eq": "string"
}
},
{
"created_at": {
"lt": "string"
}
},
{
"updated_at": {
"lt": "string"
}
}
],
"sorted_by": [
{
"updated_at": "asc"
},
{
"created_at": "asc"
},
{
"id": "asc"
}
],
"records": [
{
"id": 0,
"account_id": 0,
"user_id": 0,
"part_id": 0,
"part_location_detail_id": 0,
"part_location": {
"name": "string",
"id": 0
},
"previous_quantity": "string",
"current_quantity": "string",
"adjustment_quantity": "string",
"work_order_part_line_item_id": 0,
"inventory_adjustment_reason_id": 0,
"inventory_adjustment_reason": {
"name": "string"
},
"comments_count": 0,
"adjustment_type": "initial",
"transfer_part_location_id": 0,
"purchase_order_line_item_id": 0,
"work_order_id": 0,
"vendor_id": 0,
"user": {
"email": "string"
},
"part": {
"id": 0,
"description": "string",
"manufacturer_part_number": "string",
"measurement_unit_id": 0,
"number": "string",
"part_category_id": 0,
"part_manufacturer_id": 0,
"upc": "string",
"average_unit_cost_cents": 0,
"unit_cost_cents": 0,
"archived_at": "2023-03-14T13:46:27-06:00",
"created_at": "2023-03-14T13:46:27-06:00",
"updated_at": "2023-03-14T13:46:27-06:00"
}
}
]
}
The format or parameters of the request was invalid
- application/json
- Schema
- Example (from schema)
Schema
errors object
typeitems string
{
"errors": {}
}
Request could not be authenticated
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Something unexpected happened
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}