URLs
GET api/v1/aggregatetaggedcontent.xml (or .json)
LIST aggregate tagged content.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ContainerIds |
string |
Content container identifiers in csv format |
否 |
||
IncludeSubContainers |
bool? |
Include sub containers |
否 |
||
ApplicationIds |
string |
Content application identifiers in csv format |
否 |
||
ApplicationTypeIds |
string |
Content application type identifiers in csv format |
否 |
||
ContentTypeIds |
string |
Content type identifiers in csv format |
否 |
||
Tags |
string |
A comma-seperated list of tags to filter by |
否 |
||
TypeId |
Guid? |
Categorization type |
否 |
||
ContentCreatedAfterDate |
DateTime? |
Include only content created on or after. |
否 |
||
ContentCreatedBeforeDate |
DateTime? |
Include only content created before. |
否 |
||
SortBy |
string |
Sort by 'Date' |
否 |
||
SortOrder |
string |
Sort order 'Ascending' or 'Descending' |
否 |
||
PageSize |
int? |
Page size to retrieve |
否 |
||
PageIndex |
int? |
Page index to retrieve |
否 |
||
LogicallyOrTags |
bool? |
Returns content matching any tag versus every tag |
否 |