---
title: "Get Daily Journal"
method: GET
path: "/api/v1/DailyJournals"
tags: ["DailyJournals"]
---

# Get Daily Journal

`GET /api/v1/DailyJournals`

## Query parameters

- `code` string — Numeric code used to reduce the amount of response data received
- `id` string — The Unique Identifier generated by PEAK to identify data
- `limit` integer — Maximum number of entries to retrieve
- `page` integer — Page number for displaying data, where each page will show 10 entries
- `getResult` integer — Numeric code used to reduce the amount of response data received

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Response `200`

Success

- PeakWCFModelsAPIResponseResponseDailyJournalModel
  - `peakDailyJournals` PeakWCFModelsAPIBodyAPIBodyDailyJournal
    - `dailyJournals` PeakWCFModelsAPIAPIDailyJournalsAPIDailyJournalsModel[]
      - `resCode` string
      - `resDesc` string
      - `issuedDate` string
      - `totalDebit` number, double
      - `totalCredit` number, double
      - `id` string
      - `code` string
      - `documentStatus` string
      - `journalTypeId` integer
      - `contactId` string
      - `contactCode` string
      - `description` string
      - `journalEntries` PeakWCFModelsAPIAPIDailyJournalsAPIJournalEntriesModel[]
        - `accountCode` string
        - `accountSubId` string
        - `accountSubCode` string
        - `description` string
        - `debit` number, double
        - `credit` number, double
      - `isVoid` integer
    - `totalDailyJournal` integer
    - `resDesc` string
    - `resCode` string
  - `eventType` string
  - `apiType` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
