> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ServerRequest

> ServerRequest data type in the ABBYY FlexiCapture Web Services API: fields describing a request to run validation rules on the Application Server.

## What it does

The **ServerRequest** data type stores information about requests to the Application Server to run the validation rules in the current session.

## Fields

| **Name**  | **Type** | **Description**                                                                                                                        |
| --------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Id        | int      | Request ID                                                                                                                             |
| BatchId   | int      | The ID of the batch that contains the task's documents                                                                                 |
| TaskId    | int      | Task ID                                                                                                                                |
| SessionId | int      | The ID of the session of the author of the request                                                                                     |
| Status    | int      | The current status of the request. See [ServerRequestStatus](/flexi-capture/api/structures/server-request-status) for possible values. |
