:doc:`WorkDocs <../../workdocs>` / Client / describe_notification_subscriptions

***********************************
describe_notification_subscriptions
***********************************



.. py:method:: WorkDocs.Client.describe_notification_subscriptions(**kwargs)

  

  Lists the specified notification subscriptions.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DescribeNotificationSubscriptions>`_  


  **Request Syntax**
  ::

    response = client.describe_notification_subscriptions(
        OrganizationId='string',
        Marker='string',
        Limit=123
    )
    
  :type OrganizationId: string
  :param OrganizationId: **[REQUIRED]** 

    The ID of the organization.

    

  
  :type Marker: string
  :param Marker: 

    The marker for the next set of results. (You received this marker from a previous call.)

    

  
  :type Limit: integer
  :param Limit: 

    The maximum number of items to return with this call.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Subscriptions': [
              {
                  'SubscriptionId': 'string',
                  'EndPoint': 'string',
                  'Protocol': 'HTTPS'|'SQS'
              },
          ],
          'Marker': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Subscriptions** *(list) --* 

        The subscriptions.

        
        

        - *(dict) --* 

          Describes a subscription.

          
          

          - **SubscriptionId** *(string) --* 

            The ID of the subscription.

            
          

          - **EndPoint** *(string) --* 

            The endpoint of the subscription.

            
          

          - **Protocol** *(string) --* 

            The protocol of the subscription.

            
      
    
      

      - **Marker** *(string) --* 

        The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

        
  
  **Exceptions**
  
  *   :py:class:`WorkDocs.Client.exceptions.UnauthorizedResourceAccessException`

  
  *   :py:class:`WorkDocs.Client.exceptions.EntityNotExistsException`

  
  *   :py:class:`WorkDocs.Client.exceptions.ServiceUnavailableException`

  