:doc:`IoTSiteWise <../../iotsitewise>` / Client / list_project_assets

*******************
list_project_assets
*******************



.. py:method:: IoTSiteWise.Client.list_project_assets(**kwargs)

  

  Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotsitewise-2019-12-02/ListProjectAssets>`_  


  **Request Syntax**
  ::

    response = client.list_project_assets(
        projectId='string',
        nextToken='string',
        maxResults=123
    )
    
  :type projectId: string
  :param projectId: **[REQUIRED]** 

    The ID of the project.

    

  
  :type nextToken: string
  :param nextToken: 

    The token to be used for the next set of paginated results.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results to return for each paginated request.

     

    Default: 50

    

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

    
    ::

      {
          'assetIds': [
              'string',
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **assetIds** *(list) --* 

        A list that contains the IDs of each asset associated with the project.

        
        

        - *(string) --* 
    
      

      - **nextToken** *(string) --* 

        The token for the next set of results, or null if there are no additional results.

        
  
  **Exceptions**
  
  *   :py:class:`IoTSiteWise.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoTSiteWise.Client.exceptions.InternalFailureException`

  
  *   :py:class:`IoTSiteWise.Client.exceptions.ThrottlingException`

  