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": "5c09b053-c3b8-4c40-98b7-5b99bfc5f187",
"Name": "sample string 1",
"Tags": [
"sample string 1",
"sample string 2"
],
"CustomerGroupId": "1daeda1c-b387-4f2f-b12b-76f3a56f4681",
"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.