ConversationsV1Notification

Fetch push notification service settings

Fetch push notification service settings

get/v1/Services/{ChatServiceSid}/Configuration/Notifications

Path parameters

ChatServiceSidstring required

The SID of the Conversation Service the Configuration applies to.

Response

OK

account_sidstring nullable

The unique ID of the Account responsible for this configuration.

chat_service_sidstring nullable

The SID of the Conversation Service the Configuration applies to.

{"stackTrail":"components:schemas:conversations.v1.service.service_configuration.service_notification:properties:new_message","oasType":"schema","type":"unknown","description":"The Push Notification configuration for New Messages.","nullable":true}
{"stackTrail":"components:schemas:conversations.v1.service.service_configuration.service_notification:properties:added_to_conversation","oasType":"schema","type":"unknown","description":"The Push Notification configuration for being added to a Conversation.","nullable":true}
{"stackTrail":"components:schemas:conversations.v1.service.service_configuration.service_notification:properties:removed_from_conversation","oasType":"schema","type":"unknown","description":"The Push Notification configuration for being removed from a Conversation.","nullable":true}
log_enabledboolean nullable

Weather the notification logging is enabled.

urlstring uri nullable

An absolute API resource URL for this configuration.

Changes

Changed in 3 of the 51 revisions of this API.61

    • the added_to_conversation response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the new_message response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the removed_from_conversation response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the added_to_conversation response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the new_message response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the removed_from_conversation response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • api tag ConversationsV1Notification added

      api-tag-added