Skip to main content

List User Notifications

GET 

https://app.infodeck.io/api/organizations/:organizationId/users/:userId/notifications

List user notifications

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    userId stringrequired

    The ID of user.

Query Parameters

    startDate number

    The start date number of timestamp. (Default: 1700000000000)

    endDate number

    The end date number of timestamp. (Default: 1700000000000)

    maxResults number

    Possible values: >= 10 and <= 100

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    An array of user notification data.

  • Array [
  • id stringrequired
    notificationId stringrequired
    userId stringrequired
    source stringrequired
    sourceId stringrequired
    title stringrequired
    description stringrequired
    address stringrequired
    chatRoomId stringrequired
    entities object[]required
  • Array [
  • ]
  • image stringrequired
    createdAtDateString stringrequired
    createdAt numberrequired
  • ]

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/organizations/:organizationId/users/:userId/notifications' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!