---
title: "GET /api/v2/notifications/by-template"
method: GET
path: "/api/v2/notifications/by-template"
tags: ["Notifications"]
---

# GET /api/v2/notifications/by-template

`GET /api/v2/notifications/by-template`

## Query parameters

- `TemplateId` integer
- `DateFrom` string, date-time
- `DateTo` string, date-time

## Response `200`

OK

- InnoshipApiServiceContractV2NotificationsNotificationHistoryResponse
  - `notifications` InnoshipApiServiceContractV2NotificationsNotificationHistoryResponseItem[], nullable
    - `templateName` string, nullable
    - `shipmentAwb` string, nullable
    - `courier` string, nullable
    - `courierId` integer
    - `courierDisplayName` string, nullable
    - `orderStatusId` integer
    - `orderStatus` string, nullable
    - `orderStatusDate` string, date-time
    - `notificationDate` string, date-time
    - `count` integer
    - `status` boolean, nullable
    - `message` string, nullable
    - `attachments` InnoshipApiServiceContractV2NotificationsNotificationHistoryAttachmentResponseItem[], nullable
      - `name` string, nullable

## Other responses

- `400` — Bad Request

---

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