Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

notifications resource

GET https://api.multinexo.comusers/{user_id}/notifications

Attributes

content_type
create, read, update enum (error, warning, info, success) StringFilter Sortable
message
create, read, update
image
read
icon
read
href
read
read
read, update
viewed
read, update
created_at
read DateFilter Sortable

Relationships

Filter example

https://api.multinexo.comusers/{user_id}/notifications?filter[content_type]=someValue

JSON Resource Example

  {
    data: {
      type: notifications,
      id: 401,
      attributes: {
        content_type: someValue,
        message: someValue,
        image: someValue,
        icon: someValue,
        href: someValue,
        read: someValue,
        viewed: someValue,
        created_at: someValue
        },
      relationships: { }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comusers/{user_id}/notifications/{resource_id}

POST https://api.multinexo.comusers/{user_id}/notifications/