| Attributes |
| Name | Required | Request-time | Type | Description |
| articleTypes | false | true | String |
A comma-seperated list of ArticleTypes. You can use the specific ArticleType (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.
|
| rootArticleTypeId | false | true | java.lang.String | No Description |
| articleMetaType | false | true | String |
The ArticleMetaType. Omitting this attribute retrieves images of all MetaTypes. This would probably
either take the value
"Article" or "Image Meta Data"
|
| page | false | true | java.lang.String |
The current page number (omitting this attribute will return all images)
|
| imagesPerPage | false | true | java.lang.String |
The number of images per page (only used if a pageNumber is specified)
|
| minX | false | true | java.lang.String | No Description |
| maxX | false | true | java.lang.String | No Description |
| minY | false | true | java.lang.String | No Description |
| maxY | false | true | java.lang.String | No Description |
| sessionTypeId | false | true | java.lang.String |
The version type of these images. Valid values are:
1 - Published Images
3 - Images available for editing;
|
| 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
|