Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R14.0.0

Excerpt

This method returns information related with a product family. A single product family is returned by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

family_identifier

(mandatory)

Product Family Identifier

The identifier of the product family. The allowed product family identifier fields are the following:

Include Page
V4:product_family_identifier
V4:product_family_identifier

fields_set

(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

...

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "data": {
        "parent": {
            "code": "D",
            "name": "Decoders",
            "description": null,
            "id": "5149B4514E63446FA6364CE445A265CF"
        },
        "code": "Use Dec",
        "name": "Usage Decoder",
        "description": null,
        "id": "F5681BD5DF7445249499AC67C852F904"
    },
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}