POST api/contents/search

Request Information

URI Parameters

None.

Body Parameters

ContentListFilterDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Tags

Collection of string

None.

CustomerGroupId

globally unique identifier

None.

IsOnlyRoot

boolean

None.

IsHideDeleted

boolean

None.

IsHideActive

boolean

None.

IncludeBranchAboveMatches

boolean

None.

IncludeBranchBelowMatches

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "87c9d4e7-ae44-404a-933c-231671526284",
  "Name": "sample string 1",
  "Tags": [
    "sample string 1",
    "sample string 2"
  ],
  "CustomerGroupId": "a80ac394-9813-47b4-ba6d-b44f458fe43d",
  "IsOnlyRoot": true,
  "IsHideDeleted": true,
  "IsHideActive": true,
  "IncludeBranchAboveMatches": true,
  "IncludeBranchBelowMatches": true
}

Response Information

Resource Description

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.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.