:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / list_product_pages

******************
list_product_pages
******************



.. py:method:: ApiGatewayV2.Client.list_product_pages(**kwargs)

  

  Lists the product pages for a portal product.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/ListProductPages>`_  


  **Request Syntax**
  ::

    response = client.list_product_pages(
        MaxResults='string',
        NextToken='string',
        PortalProductId='string',
        ResourceOwnerAccountId='string'
    )
    
  :type MaxResults: string
  :param MaxResults: 

    The maximum number of elements to be returned for this resource.

    

  
  :type NextToken: string
  :param NextToken: 

    The next page of elements from this collection. Not valid for the last element of the collection.

    

  
  :type PortalProductId: string
  :param PortalProductId: **[REQUIRED]** 

    The portal product identifier.

    

  
  :type ResourceOwnerAccountId: string
  :param ResourceOwnerAccountId: 

    The account ID of the resource owner of the portal product.

    

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

    
    ::

      {
          'Items': [
              {
                  'LastModified': datetime(2015, 1, 1),
                  'PageTitle': 'string',
                  'ProductPageArn': 'string',
                  'ProductPageId': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      Success

      
      

      - **Items** *(list) --* 

        The elements from this collection.

        
        

        - *(dict) --* 

          Represents a product page summary without listing any page content.

          
          

          - **LastModified** *(datetime) --* 

            The timestamp when the product page was last modified.

            
          

          - **PageTitle** *(string) --* 

            The page title.

            
          

          - **ProductPageArn** *(string) --* 

            The ARN of the product page.

            
          

          - **ProductPageId** *(string) --* 

            The product page identifier.

            
      
    
      

      - **NextToken** *(string) --* 

        The next page of elements from this collection. Not valid for the last element of the collection.

        
  
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

  
  *   :py:class:`ApiGatewayV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`ApiGatewayV2.Client.exceptions.BadRequestException`

  
  *   :py:class:`ApiGatewayV2.Client.exceptions.AccessDeniedException`

  