Skip to main content

Get group notifications sent

GET 

/:customer_id/groups/:group_id/sentinel-notifications

Fetch a list of the notifications that were sent to all the users of a group

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

Query Parameters

    from date-time

    From date

    to date-time

    To date

    limit Limit

    Default value: 100

    Pagination limit

    offset Offset

    Pagination offset

    survey_id Survey Id

    If action type includes survey_completion_check, filter by survey id

    action_type string[]

    Possible values: [survey_completion_check, upload_frequency_check]

    Filter notifications by action type

    recipient_type string[]

    Possible values: [email, slack-webhook, cmc-fcm]

    Filter notifications that include this recipient type

Responses

Schema
    notifications object[]required
  • Array [
  • uid uuidrequired
    customer_id Customer Idrequired
    alias Aliasrequired
    external_id External Idrequired
    group_id Group Idrequired
    time date-timerequired
    local_time date-timenullablerequired
    action_type Action Typerequired
    action_description Action Descriptionrequired
    messages object[]required
  • Array [
  • recipients string[]required
    subject Subjectrequired
    body Bodyrequired
    others objectrequired
    medium Mediumrequired

    Possible values: [email, slack-webhook, cmc-fcm]

  • ]
  • other_info objectnullablerequired
  • ]
Loading...