Resource: getproductgroups.nv
HTTP-method: GET
Note! If you are using Rackbeat inventory management in Netvisor, the API documentation can be found here: https://support.netvisor.fi/en/support/solutions/articles/77000554491-rackbeat-stoplight-api
List of product groups from Netvisor can be retrieved as described below.
QueryString parameters:
Parameter name | Occurs | Desciption | Example |
replyoptions | 0...1 | Include product hierarchy in response, 1 or 0 | 1 |
searchlanguage | 0...1 | Search languae, FI, SE or EN | EN |
productgroupnamekeyword | 0...1 | Keyword from the retreived product group's name | Example |
productgroupnetvisorkeys | 0...1 | List of product group NetvisorKey values separated by comma. Can also have one value. | 4 |
productgroupnamefreetext | 0...1 | Hierarchy name of the product group includes the given parameter | Example |
Response:
Level | Element Name | Type and length | Occurs | Description | Example |
Root | root | Aggr. | 1 | ||
1 | ProductGroups | Aggr. | 1 | ||
2 | ProductGroup | Aggr. | 1...n | ||
3 | NetvisorKey | Numeric | 1 | Product group Netvisor-id | 16 |
3 | ProductGroupNameTranslations | Aggr. | 1 | ||
4 | Translation | String | 1...3 | Product group name | Example product group |
Attr. | Language | String | 1...3 | Language of the product group name | FI |
4 | ProductGroupDescriptionTranslations | Aggr. | 1 | ||
5 | Translation | String. | 1...3 | Product group description | Example description |
Attr. | Language | String | 1...3 | Language of the product group description | EN |
4 | ProductGroupHierarchy | Aggr. | 1 | ||
5 | ProductGroupHierarchyNameTranslations | Aggr. | 1 | ||
6 | Translation | String | 1...3 | Product group hierarchy | Example product group / Product group |
Attr. | Language | String | 1...3 | Language of the product group hierarchy | EN |
5 | ParentGroupNetvisorKey | Numeric | 1 | Parent product group Netvisor-id. Can also be empty. | 18 |
5 | ChildGroups | Aggr. | 1 | ||
6 | NetvisorKey | Numeric | 0...n | Child group Netvisor-id:s | 12 |
Did you find it helpful? Yes No
Send feedback