---
title: "Get request action by id"
method: GET
path: "/v1.0/request-actions/{id}"
tags: ["Request actions"]
---

# Get request action by id

`GET /v1.0/request-actions/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- RequestActionDTO
  - `id` integer
  - `type` string
  - `payload` RequestActionPayload
    - `payloadType` string
  - `requestId` string
  - `requestType` string
  - `requestAccountId` integer
  - `competentAuthority` 'ENGLAND' | 'NORTHERN_IRELAND' | 'OPRED' | 'SCOTLAND' | 'WALES'
  - `submitter` string
  - `creationDate` string, date-time

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 15 revisions in range; 1 could not be searched.

- **2024-10-21** `a06468704cbe` — 28 info
  - removed `RFI_RESPONSE_SUBMITTED_PAYLOAD, RFI_SUBMITTED_PAYLOAD, RDE_DECISION_FORCED_PAYLOAD, RDE_REJECTED_PAYLOAD, RDE_SUBMITTED_PAYLOAD, PAYMENT_MARKED_AS_PAID_PAYLOAD, PAYMENT_MARKED_AS_RECEIVED_PAYLOAD, PAYMENT_COMPLETED_PAYLOAD, PAYMENT_CANCELLED_PAYLOAD` discriminator mapping keys from the `payload` response property for the response status `200`
  - removed the `DUMMY_REQUEST_TYPE` enum value from the `requestType` response property for the response status `200`
  - removed the `PAYMENT_CANCELLED` enum value from the `type` response property for the response status `200`
  - removed the `PAYMENT_CANCELLED_PAYLOAD` enum value from the `payload/payloadType` response property for the response status `200`
  - …24 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/request-actions/:id/get.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
