---
title: "Show the project notifications corresponding to the provided id"
method: GET
path: "/api/v3/project_notifications/{id}"
tags: ["project notifications"]
---

# Show the project notifications corresponding to the provided id

`GET /api/v3/project_notifications/{id}`

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- ProjectNotification — A project level notification sent to admins of a project
  - `id` string, uuid, required — ID of the entity
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `kind` 'approve_user_invite' | 'approve_user_admin', required — Kind of the entity
  - `data` object, nullable — The payload of this notification
  - `created_at` string, date-time, required — Time when the server created the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `last_accessed_at` string, date-time, nullable — Time the notification was marked as read - null means unread

---

[API](https://skmtc.net/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.net/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/versions/66ee1c20b92d/schema)
