| Attributes |
| Name | Required | Request-time | Type | Description |
| articleType | false | true | String |
The articleType
|
| rootArticleTypeId | false | true | java.lang.String | No Description |
| page | false | true | java.lang.String |
The current page number (omitting this attribute will return all documents)
|
| documentsPerPage | false | true | java.lang.String |
The number of documents per page (only used if a pageNumber is specified)
|
| orderByNumberOfDownloads | false | true | java.lang.String |
Returns the documents in order of most to least popular
|
| orderByDate | false | true | java.lang.String |
Returns the documents in last modified date order
|
| recurseTree | false | true | java.lang.String |
Includes all descendent articleTypes if an articleType articleTypeId is specified
|
| customGroupIds | false | true | String |
If you have created and assigned Custom Groups to some article types,
you can limit the result returned to documents, the Article Type of which is assinged to these
object IDs. The list should be provided in a a comma seperated String. For example, providing the String
"4,5,78,90" will only return documents which have a type that is associated with 1 or more of these four
Custom Group IDs
|
| rootTagIds | false | true | String |
If you have created and assigned Tags to some documents,
you can limit the results returned to documents of that tag.
The list should be provided in a a comma seperated String. For example, providing the String
"4,5,78,90" will only return documents which have a tag that is associated with 1 or more of these four
Root Tag IDs
|
| tags | false | true | String |
If you have created and assigned Tags to some documents,
you can limit the results returned to documents of that tag.
The list should be provided in a a comma seperated String. For example, providing the String
"news,events,bios" will only return documents which have a tag that is associated
with 1 or more of these three tags
|
| sessionTypeId | false | true | java.lang.String |
The version type of these images. Valid values are:
1 - Published Images
3 - Images available for editing;
|
| securityLevelId | false | true | java.lang.String | The security level of the user. |