---
title: "Fetch transactions for a specific date for account"
method: GET
path: "/accounts/{accountId}/transactions/onDate/{onDate}"
tags: ["Accounts", "Transactions"]
---

# Fetch transactions for a specific date for account

`GET /accounts/{accountId}/transactions/onDate/{onDate}`

## Path parameters

- `accountId` integer, required
- `onDate` string, required

## Response `200`

successful operation

- Transaction[]
  - `id` integer
  - `accountId` integer
  - `date` string, date-time
  - `amount` number
  - `description` string
  - `type` 'Credit' | 'Debit'

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/revisions/dde8a8455a0b/schema)
