GET api/v1/classifications?q={q}&cpnum={cpnum}&productId={productId}

Returns the full classification tree

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

None.

cpnum

integer

None.

productId

integer

None.

Body Parameters

None.

Response Information

Resource Description

ClassificationsTreeResponse
NameDescriptionTypeAdditional information
Classifications

Collection of ClassificationNodeModel

None.

Links

Collection of Link

None.

LanguagesLinks

Collection of LanguagesLink

None.

Response Codes

CodeDescriptionAdditional information
200OKThe request returned without error
204No ContentThe request was successful but no results were returned
400Bad RequestA parameter was missing or invalid
404Not FoundThe requested resource was not found

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.