| Attributes |
| Name | Required | Request-time | Type | Description |
| articleType | false | true | String |
You can use the specific ArticleType name (for example "News Items") or you can use the fully
qualified ArticleType name which might look something like "All Articles.Our Company.News Items". In
order
to prevent problems when there are two ArticleTypes with the same name, the fully qualified method is
preferred.
|
| searchTerms | false | true | java.lang.String | No Description |
| sessionTypeId | false | true | java.lang.String | The version type of these articles. Valid values are:
1 - Published Articles
2 - Preview Articles;
3 - Articles available for editing;
|
| securityLevelId | false | true | java.lang.String | The current securityLevelId of the user |
| searchArticles | false | true | java.lang.String | Boolean - whether to search Articles - defaults to true |
| searchDocuments | false | true | java.lang.String | Boolean - whether to search Documents - defaults to true |