Informa.ImageQuest.API.Library Namespace |
Class | Description | |
---|---|---|
![]() | IQApiException |
Represents an exception generated by the ImageQuest API system.
|
![]() | IQAttribute |
Represents a single ImageQuest attribute.
|
![]() | IQDocument |
Represents a single document in the ImageQuest system.
|
![]() | IQDocumentAttribute |
Represents a single metadata index value on a document.
|
![]() | ValidationResponse |
Indicates the result of validating an ImageQuest attribute against a proposed new value.
|
Interface | Description | |
---|---|---|
![]() ![]() | IIQAPI |
Interface to the ImageQuest Web Services API.
|
Enumeration | Description | |
---|---|---|
![]() | IQAttributeType |
List of available types for an ImageQuest attribute.
|
The ImageQuest Web Services API provides a version-agnostic interface for third-party developers to access documents in an ImageQuest document management system. The API allows developers to perform a significant subset of the operations available within the ImageQuest desktop client, as well as accessing system-level information that may be relevant to automated processing applications.
The ImageQuest Web Services API must be installed separately from the ImageQuest document management system, typically hosted on the same machine as the ImageQuest core services. The ImageQuest Web Services utilitizes the .NET 3.5 Windows Communications Framework to provide access to clients using .NET v2.0 Web References, .NET 3.5 Service References, and any other language or development environment that supports SOAP-based XML Web Services.
API consumer applications interact with the ImageQuest system through the IIQAPI interface, which is exposed to your application via the service host. Your development environment should use this interface to generate it's proxy class.