---
title: "Get request fields applicable (visible) to current user"
method: GET
path: "/api/v1/forms/requests"
tags: ["forms"]
---

# Get request fields applicable (visible) to current user

`GET /api/v1/forms/requests`

## Query parameters

- `request_form_type` 'REQUEST' | 'QUESTION_REQUEST' | 'INCIDENT_REQUEST' | 'SERVICE_REQUEST' | 'PROBLEM_REQUEST'
- `request_type` 'REQUEST' | 'INCIDENT' | 'SERVICE_REQUEST' | 'PROBLEM' | 'CHANGE' | 'MAJOR_INCIDENT'
- `supported_objects` 'REQUEST' | 'SERVICE_REQUEST' | 'INCIDENT' | 'PROBLEM' | 'CHANGE'
- `workspace_id` integer
- `request_id` string
- `service_item_ids` integer[]
- `catalog_item_ids` integer[]
- `channel_type` 'SLACK' | 'MS_TEAMS' | 'EMAIL' | 'ATOMICINBOX' | 'UNIVERSAL_AGENT'
- `channel_id` string
- `view` 'HOME' | 'WORKFLOW' | 'JOURNEY' | 'LIST' | 'INSIGHTS' | 'CUSTOM_SLA' | 'ASSET_LIST' | 'RELATIONSHIP_ATTRIBUTE' | 'SCHEDULE_WORKFLOW' | 'SEARCH' | 'NOTIFICATIONS' | 'ASSET_RELATIONSHIPS' | 'USER_SEGMENTS' | 'MULTI_SOURCE_SYNC' | 'MAJOR_INCIDENT_CREATE' | 'APPROVERS'
- `status_value` string
- `requested_for` integer

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Response `200`

Successful response

- FormsGetapiV1FormsRequestsResponse200 — Empty response body

---

[API](https://skmtc.net/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.net/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/revisions/2e7047b35062/schema)
