POST api/contents/search
Request Information
URI Parameters
None.
Body Parameters
ContentListFilterDtoName | Description | Type | Additional 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": "39907cb1-f35f-48db-9549-519431d52a61", "Name": "sample string 1", "Tags": [ "sample string 1", "sample string 2" ], "CustomerGroupId": "090038a7-b853-46af-b46c-8014a96b4207", "IsOnlyRoot": true, "IsHideDeleted": true, "IsHideActive": true, "IncludeBranchAboveMatches": true, "IncludeBranchBelowMatches": true }
Response Information
Resource Description
Collection of ContentListItemDtoName | Description | Type | Additional 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.