List all notifications by Interests (DEPRECATED)

GET {{baseUrl}}/notifications?interests=ipsum est occaecat amet&interests=dolor exercitation&page=1&take=10

List all notifications with given interests and provider

Request Params

KeyDatatypeRequiredDescription
interestsstring(Required) Which interests to filter
interestsstring(Required) Which interests to filter
pagenumberValue used in pagination to indicate which "page" to find the items
takenumberValue used in pagination to "take" items

HEADERS

KeyDatatypeRequiredDescription
x-providerstring(Required) Provider used to find the notifications
Acceptstring

RESPONSES

status: OK

{"data":[{"_id":"tempor ullamco","title":"reprehenderit do Duis culpa","body":"occaecat voluptate ex nostrud","data":"officia eu cupidatat magna","provider":"adipisicing","externalRef":"in consequat non","createdAt":"1967-11-04T11:35:32.022Z","updatedAt":"1959-01-25T01:46:49.619Z","userId":"sint","interests":["ex fugiat","sint"]},{"_id":"in tempor","title":"non s","body":"eu tempor incididunt enim","data":"ea exercitation et","provider":"minim Excepteur laboris Ut","externalRef":"ut magna commodo","createdAt":"1991-05-25T04:54:40.626Z","updatedAt":"1947-04-28T21:00:22.668Z","userId":"quis ut","interests":["dolor elit in nostrud ex","sit sunt incididunt ut"]}],"meta":{"page":1,"take":1,"itemCount":100,"pageCount":100,"hasPreviousPage":false,"hasNextPage":true}}