GET API/Category/Tree?CategoryKey={CategoryKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CategoryKey

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of Category
NameDescriptionTypeAdditional information
Key

integer

None.

Name

string

None.

Sequence

integer

None.

Children

Collection of Category

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Key": 1,
    "Name": "sample string 2",
    "Sequence": 3,
    "Children": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.