POST api/contents/search
Request Information
URI Parameters
None.
Body Parameters
ContentListFilterDto| Name | 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": "6c57c6f7-2eeb-4fcc-88b6-e510f49f9856",
"Name": "sample string 1",
"Tags": [
"sample string 1",
"sample string 2"
],
"CustomerGroupId": "9f5a4a1f-345b-470f-942b-f06deddb808b",
"IsOnlyRoot": true,
"IsHideDeleted": true,
"IsHideActive": true,
"IncludeBranchAboveMatches": true,
"IncludeBranchBelowMatches": true
}
Response Information
Resource Description
Collection of ContentListItemDto| Name | 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.