Get Item Group

GEThttps://api.platform.softwareone.com/public/v1/products/{productId}/item-groups/{id}
Path parameters
id*string
productId*string
Query parameters
Response

Success

Body
idstring
auditobject
$metaobject
hrefstring
namestring
labelstring
descriptionstring
displayOrderinteger (int32)
isDefaultboolean
isMultipleChoiceboolean
isRequiredboolean
itemCountinteger (int32)
productobject
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/item-groups/{id}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "id": "text",
  "href": "text",
  "name": "text",
  "label": "text",
  "description": "text",
  "isDefault": false,
  "isMultipleChoice": false,
  "isRequired": false
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.

Change request #498: