infoRouter Web API Documentation

Welcome to the comprehensive documentation for the infoRouter Web Services API.

Overview

The infoRouter Web Services API provides programmatic access to infoRouter's document management, workflow, and collaboration features. All APIs are available via SOAP, REST (GET), and REST (POST) protocols.

Getting Started

  1. Authentication: Obtain an authentication ticket using AuthenticateUser
  2. Make API Calls: Use the ticket in subsequent API calls
  3. Handle Responses: All responses are in XML format

API Categories

Authentication

Application Settings & Configuration

Server & License Management

Audit Logs

Folder & Document Listing

Folder Management

Document Management

Security & Access Control

Domain/Library Management

Workflow Management

Retention & Disposition

User Group Management

Subscription Management

User Management

Common Patterns

Authentication

POST /srv.asmx/AuthenticateUser
Content-Type: application/x-www-form-urlencoded

UID=username&PWD=password

Response:

<root success="true" ticket="abc123-def456-..." />

Error Handling

All APIs return errors in this format:

<root success="false" error="[ErrorCode] Error message" />

Response Format

All API responses follow this structure:

<root success="true|false" error="error message if failed">
  <!-- Response data -->
</root>

API Endpoints

Support

For additional information and support:

Version

Compatible with infoRouter 8.7 and later.


Last Updated: 2026