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

# GetProjectsForStationType

> GetProjectsForStationType method in the ABBYY FlexiCapture web services API finds projects where a user holds at least one role tied to a given station type.

**What it does**

Finds projects where a user has at least one role associated with a particular type of station. For example, if you pass "WT\_Validation" as the station type, you will get a list of projects where the user has Verification Operator, Senior Verification Operator, Data Verification Operator or custom role rights.

**Definition**

```
Project[] GetProjectsForStationType(int userId, int workstationType)
```

**Parameters**

| **Name**        | **Type** | **Description**                                                                                            |
| --------------- | -------- | ---------------------------------------------------------------------------------------------------------- |
| userId          | int      | User identifier                                                                                            |
| workstationType | int      | Station type. See [WorkstationType](/flexi-capture/api/structures/t-workstation-type) for possible values. |

**Returned value**

| **Type**                                             | **Description** |
| ---------------------------------------------------- | --------------- |
| [Project](/flexi-capture/api/structures/project) \[] | Project list    |

<Note>
  "Role—station" associations are currently recorded only for desktop stations and are not available for web stations. If you need to find projects that can be opened, for example, on the Web Verification Station, you must pass "WT\_Validation" as the station type, not "WT\_WebValidation."
</Note>
