v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
cycle_count

Cycle Count - Get

Retrieve a single cycle count by ID with its item details.

get/cycle_count/get

Query parameters

idstring required

Cycle count ID

Example:507f1f77bcf86cd799439011

Response

Single cycle count

Example response

{
  "cycle_count": {
    "_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"
      }
    ]
  }
}