Routes
Parts
Logs

All Part Logs

This request returns all part logs across your Limble account.

Note: this endpoint supports pagination. Please refer to the Pagination section for more information.

Return data description

logID | The unique logID of the log. dateCreated | The date the log was created as a UNIX timestamp. partID | The partID the log belongs to. sourceID | The sourceID of the source of the log. The sourceID can be as follows:, 1: Part name was changed., 2: Part Number was changed., 3: Parts were added/removed., 4: Manual log entry., 5: Parts were used on a Task., 6: Part Price was changed., 7: Stale threshold was manually changed., 8: Part Qty threshold was manually changed., 11: Part Qty threshold status was changed., 13: Part Location was changed., 14: Part Vendor was changed., 15: Part Image was changed., 18: Parts were received on a Bill., 19: Part Maximum Part Qty was manually changed., 20. Some of a PO Item Received Qty was used during manual Part Qty adjustment logEntry | The log entry for the part. userID | The ID of the user that created the log. associatedID | The ID of the item associated with this log, if any. Current examples include:, sourceID: 5, associatedID type: Task, sourceID: 18, associatedID type: Bill, sourceID: 20, associatedID type: Bill

get/v2/parts/logs

Query parameters

logsinteger
sourcesinteger
usersstring
logEntrystring
startstring
endstring
pageinteger
partsstring
limitinteger
cursorstring

Response

All Part Logs

logIDinteger
dateCreatedinteger
partIDinteger
sourceIDinteger
logEntrystring
userIDinteger
associatedIDinteger

Changes

No recorded changes to this endpoint across all 2 revisions of this API.