Get Customer Notifications

Retrieve a paged list of notifications for a specific customer in Gameball, including details such as title, message content, read status, and timestamp.

get/api/v4.0/integrations/customers/{customerId}/notifications

Path parameters

customerIdstring required

Unique identifier for the customer

Query parameters

startAfterinteger

Specifies the page will start after which notification id

limitinteger

Number of notifications to return per page

isReadboolean

Filter notifications based on their read status

langstring

Language in which notifications will be retrieved

Response

Notifications list

nextCursorstring nullable

Changes

Changed in 3 of the 38 revisions of this API.126

  • 9982cd425d6b25See the full diff
    • for the query request parameter limit, the max was set to 200.00

      request-parameter-max-set

    • deleted the query request parameter cursor

      request-parameter-removed

    • the endpoint scheme security secretKey was removed from the API

      api-security-removed

    • added the new optional query request parameter isRead

      new-optional-request-parameter

    • added the new optional query request parameter lang

      new-optional-request-parameter

    • added the new optional query request parameter startAfter

      new-optional-request-parameter

    • for the query request parameter limit, the format was generalized from int32 to no format

      request-parameter-type-generalized

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog