---
title: "Get all studies"
method: GET
path: "/Studies"
tags: ["Studies"]
---

# Get all studies

`GET /Studies`

The list of Studies returned may be optionally filtered by id, status, and client company.

When filtering by id the asterisk * character may optionally be used as a leading or trailing wildcard.

## Query parameters

- `idFilter` string
- `statusMask` string
- `clientCompanyKey` integer

## Response `200`

OK

- GetStudiesResponse — Information about the requested Studies.
  - `errorMessage` string, nullable
  - `studies` Study[], required — A list of Studies.
    - `key` integer, required — The key of the Study, which will not change for the lifetime of the Study.
    - `quota` integer, nullable — The quota for the Study If no quota is set for the Study this field will not be present in the response.
    - `id` string, required — The id of the Study.
    - `name` string, nullable — The name of the Study. If no study name is set for the Study this field will not be present in the response.
    - `description` string, nullable — The description of the Study. If no description is set for the Study this field will not be present in the response.
    - `status` string, required — A one-character string which specifies the status of the Study: <ul><li>a: Archived </li><li>p: Coding in progress </li><li>c: Completed </li><li>d: Deleted </li><li>h: On hold </li><li>r: Review in progress </li><li>s: Shipping </li><li>u: Under construction</li></ul>
    - `supervisorKey` integer, nullable — The key of the Person who will do revision of coding work If no supervisor is set for the Study this field will not be present in the response.
    - `clientCompanyKey` integer, nullable — The key of the Company for which this coding work is assigned If no client company is set for the Study this field will not be present in the response.
    - `endCompanyKey` integer, nullable — The key of the Company for which this coding work is being performed If no end customer company is set for the Study this field will not be present in the response.
    - `help` string, nullable — The information about the Study If no help information is set for the Study this field will not be present in the response.
    - `createDateUtc` string, date-time, required — The UTC date/time the Study was created.
    - `startDateUtc` string, date-time, nullable — UTC date/time the Study was started. If the date is not set yet for the Study this field will not be present in the response.
    - `dueDateUtc` string, date-time, nullable — UTC date/time the Study was completed. If the date is not set yet for the Study this field will not be present in the response.
    - `externalStudyId` string, nullable — External study id from StudyMaps

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
