API Documentation
Notifications ¶
GET /api/v2/notifications
Requests
GET /api/v2/notifications
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?page%5Bnumber%5D=0&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 0,
"total_count": 0,
"page_size": 30,
"max_page_size": 200
}
}Get notificationsGET/api/v2/notifications
GET /api/v2/notifications/1
Requests
GET /api/v2/notifications/539
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "539",
"type": "notifications",
"attributes": {
"target_id": 43,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 562,
"parent_type": "project",
"parent_title": "[Client1465] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1465] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 12,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "785"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3000"
}
}
}
},
"meta": {}
}Shows a notificationGET/api/v2/notifications/{id}
URI Parameters
- id
number(required) Example: 1notification id
PATCH /api/v2/notifications/1/dismiss
Requests
PATCH /api/v2/notifications/540/dismiss
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "540",
"type": "notifications",
"attributes": {
"target_id": 46,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 566,
"parent_type": "project",
"parent_title": "[Client1469] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1469] test project</b>",
"read": false,
"dismissed": true,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 13,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "786"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3014"
}
}
}
},
"meta": {}
}Dismisses a notificationPATCH/api/v2/notifications/{id}/dismiss
URI Parameters
- id
number(required) Example: 1notification id
PATCH /api/v2/notifications/542/read
Requests
PATCH /api/v2/notifications/542/read
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "542",
"type": "notifications",
"attributes": {
"target_id": 52,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 574,
"parent_type": "project",
"parent_title": "[Client1477] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1477] test project</b>",
"read": true,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 15,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "788"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3042"
}
}
}
},
"meta": {}
}Reads a notificationPATCH/api/v2/notifications/{id}/read
URI Parameters
- id
number(required) Example: 542
PATCH /api/v2/notifications/1/undismiss
Requests
PATCH /api/v2/notifications/544/undismiss
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "544",
"type": "notifications",
"attributes": {
"target_id": 58,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 582,
"parent_type": "project",
"parent_title": "[Client1485] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1485] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 17,
"changeset": [],
"important": true,
"mention": true,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "790"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3070"
}
}
}
},
"meta": {}
}GET /api/v2/notifications?filter[date_before]=2026-02-25
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "546",
"type": "notifications",
"attributes": {
"target_id": 64,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 590,
"parent_type": "project",
"parent_title": "[Client1493] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1493] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": "2026-02-24T05:07:36.377+01:00",
"first_unread_activity_id": 19,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "792"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3098"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Bdate_before%5D=2026-02-25&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Bdate_before%5D=2026-02-25&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/notifications?filter[date_after]=2026-02-25
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "548",
"type": "notifications",
"attributes": {
"target_id": 68,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 595,
"parent_type": "project",
"parent_title": "[Client1498] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1498] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": "2026-02-26T05:07:36.844+01:00",
"first_unread_activity_id": 20,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "793"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3115"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Bdate_after%5D=2026-02-25&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Bdate_after%5D=2026-02-25&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/notifications?filter[type]=Task
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "550",
"type": "notifications",
"attributes": {
"target_id": 72,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 600,
"parent_type": "project",
"parent_title": "[Client1503] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1503] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 21,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "794"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3132"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Btype%5D=Task&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Btype%5D=Task&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/notifications?filter[project_id]=605
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "552",
"type": "notifications",
"attributes": {
"target_id": 76,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 605,
"parent_type": "project",
"parent_title": "[Client1508] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1508] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 22,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "795"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3149"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Bproject_id%5D=605&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Bproject_id%5D=605&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/notifications?filter[project_id]=611
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "554",
"type": "notifications",
"attributes": {
"target_id": 1,
"target_type": "todo",
"target_title": "You need to do this.",
"parent_id": 80,
"parent_type": "task",
"parent_title": "#1: Ticket title",
"title": "created todo <b>You need to do this.</b> on <b>#1: Ticket title</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 23,
"changeset": [],
"important": false,
"mention": false,
"target_label": "todo",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "796"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3167"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Bproject_id%5D=611&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Bproject_id%5D=611&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/notifications?filter[project_id]=617&filter[type]=Task
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "556",
"type": "notifications",
"attributes": {
"target_id": 84,
"target_type": "task",
"target_title": "#1: Ticket title",
"parent_id": 617,
"parent_type": "project",
"parent_title": "[Client1520] test project",
"title": "created task <b>#1: Ticket title</b> on <b>[Client1520] test project</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 24,
"changeset": [],
"important": false,
"mention": false,
"target_label": "task",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "797"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3185"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Bproject_id%5D=617&filter%5Btype%5D=Task&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Bproject_id%5D=617&filter%5Btype%5D=Task&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/notifications?filter[type]=Todo
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonResponses
Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "559",
"type": "notifications",
"attributes": {
"target_id": 3,
"target_type": "todo",
"target_title": "You need to do this.",
"parent_id": 88,
"parent_type": "task",
"parent_title": "#1: Ticket title",
"title": "created todo <b>You need to do this.</b> on <b>#1: Ticket title</b>",
"read": false,
"dismissed": false,
"new_activities_count": 1,
"excerpt": "",
"last_action_at": null,
"first_unread_activity_id": 25,
"changeset": [],
"important": false,
"mention": false,
"target_label": "todo",
"made_by_automation": false,
"root_id": null,
"root_type": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "798"
}
},
"actor": {
"meta": {
"included": false
}
},
"owner": {
"data": {
"type": "organization_memberships",
"id": "3203"
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/notifications?filter%5Btype%5D=Todo&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/notifications?filter%5Btype%5D=Todo&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}Undismisses a notificationPATCH/api/v2/notifications/{id}/undismiss
URI Parameters
- id
number(required) Example: 1notification id
Generated by aglio on 25 Feb 2026