---
title: "Notes"
method: GET
path: "/v2/User/Notes"
tags: ["User"]
---

# Notes

`GET /v2/User/Notes`

Gets user entered notes at form level, horse level and race level.
            
            Available to Starter subscriptions and up.

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required
- `noteType` 0 | 1 | 2 | 3 | 4
- `apiKey` string, required

## Response `200`

OK

- NotesListApiResponse
  - `statusCode` integer
  - `status` 0 | 1 | 2 | 3 | 4 | 99
  - `error` string, nullable
  - `errors` object, nullable
  - `payLoad` Notes[], nullable
    - `noteId` integer — Unique identifier for notes record.
    - `noteType` 0 | 1 | 2 | 3 | 4
    - `meetingDate` string, date-time — Date of the Meeting that the note relates to.
    - `track` string, nullable — Track that the note relates to.
    - `runner` string, nullable — Runner that the note relates to.
    - `meetingId` integer — MeetingId that the note relates to.
    - `raceId` integer — RaceId that the note relates to.
    - `runnerId` integer — RaceId that the note relates to.
    - `raceNo` integer — Race number that the note relates to.
    - `position` integer — Finish position of the runner in the race that the note relates to.
    - `contents` string, nullable — The contents of the note.
    - `dateStamp` string, date-time — The date and time that the note was created or last edited.
  - `processTime` integer
  - `timeStamp` string, date-time

---

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