PUT api/contents/{contentId}/hierarchy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contentId

globally unique identifier

Required

Body Parameters

Collection of ContentListItemDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Tags

Collection of string

None.

Level

integer

None.

Rank

integer

None.

Children

Collection of ContentListItemDto

None.

IsRecycled

boolean

None.

Description

string

None.

Status

string

None.

LastModified

date

None.

CreatedDate

date

None.

TemplateId

globally unique identifier

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

ContentManagementDto
NameDescriptionTypeAdditional information
ContentHead

ContentHeadDto

None.

Content

ContentDto

None.

Rules

Collection of ContentInheritanceRulesDto

None.

Root

ContentListItemDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.