Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Product Set IDs

Prev Next

Returns product set by id.

Url Parameters

  • companyid – Your company id.
  • id – id of the product set.

Sample Request

GET api/report/insights/v2/{companyid}/productlists/00000000-0000-0000-0000-000000000000

Sample Response

{
  "items": [
    {
      "name": "Nuts and Bolts",
      "productcount": 1,
      "id": "b228fff0-391b-6b3e-518a-dddb2de1d1ea"
    }
  ]
}