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": "be48712a-929b-40b3-8d18-5e63d29453ca",
"Name": "sample string 1",
"Tags": [
"sample string 1",
"sample string 2"
],
"CustomerGroupId": "5f8ff727-47b4-4363-816b-398f5c4bd827",
"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.