notifications_list
List the latest notifications for your Pushpad project. Retrieve paginated results of notifications created in the last 35 days by providing a project ID.
Instructions
To list the latest notifications for your project,
send a GET request to /projects/PROJECT_ID/notifications.
Only the notifications created in the last 35 days are available.
The response body will be an array containing objects each representing a notification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | If you have many notifications they get paginated and you need to retrieve them with multiple requests. | |
| project_id | Yes | The ID of a project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |