v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
cycle_count

Cycle Count - Get All

Retrieve all cycle counts with optional filtering by status and warehouse.

get/cycle_count/get_all

Query parameters

startstring required

Start date/time filter for log entries

Example:2025-01-15T12:00:00.000Z
endstring required

End date/time filter for log entries

Example:2025-01-15T12:00:00.000Z

Response

Array of cycle counts within the date range

Example response

{
  "cycle_counts": [
    {
      "_id": "507f1f77bcf86cd799439011",
      "account_id": "507f1f77bcf86cd799439011",
      "warehouse_id": "507f1f77bcf86cd799439011",
      "location_id": "507f1f77bcf86cd799439011",
      "items": [
        {
          "item_id": "507f1f77bcf86cd799439011"
        }
      ],
      "log": [
        {
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ]
    }
  ]
}