Company Products
List all of the defined product producers.
List of all the names of product producers, such as MICROSOFT or IBM, etc.
get/api/v2/productproducers
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30
Example:10
The number of result items in a single response.
querystring
Example:Microsoft
The value will be searched in the producer name.
Response
Success
Example response
[
{
"Name": "Microsoft"
}
]