API Documentation
Deleted LogList Deleted Records
Method: /deleted_log.[format]
This endpoint is particularly useful when syncing data into another system. This allows you to directly sync deleted record_id’s more efficiently by saving the 3rd party system from having to iterate through both inventory lists while comparing the data to see if anything is missing.
Parameters: (optional)
Param Name: | Description: |
page | Which page to retrieve from paginated results (numeric) |
pageLimit | How many records per result set (numeric between 1 – 200) |
contextId | Defines what type of document you’re retrieving |
deletedSince | Return anything deleted since timestamp (epoch timestamp) |
Contexts:
SalesBinder records have context_id’s which define what type of record they are. You can pass the following values in the contextId parameter to only get deleted records of that context type:
- Customer: 2
- Prospect: 8
- Supplier: 10
- Item: 6
- Invoice: 4
- Estimate: 5
- Purchase Order: 11