Skip to main content
GET
/
products
/
reportRecords
Get product records report
curl --request GET \
  --url 'http://{{baseurl}}/api/v1/products/reportRecords'
{
  "data": [
    {
      "product_id": 123,
      "description": "<string>",
      "records_count": 123
    }
  ]
}

Query Parameters

id
integer

The ID's of the product to generate the report for

Response

Product records report for the specified product

data
object[]
required