> ## 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.

# GetProjects

> GetProjects method in the ABBYY FlexiCapture Web Services API returns an array of Project records describing every project loaded onto the Application Server.

## What it does

Gets information about all the projects on the Application Server.

## Definition

```
Project [] GetProjects();
```

## Parameters

None.

## Returned value

| **Type**                                            | **Description**                                                         |
| --------------------------------------------------- | ----------------------------------------------------------------------- |
| [Project](/flexi-capture/api/structures/project)\[] | A set of records, each containing information about one of the projects |
