Retrieve Page Templates
get
                    /v1/portal/pagetemplates
Supports paging and response size
                Request
Query Parameters
                - 
                        limit(optional): integer(int32)
                        
                        The maximum number of returned items.Default Value:
10 - 
                        offset(optional): integer(int32)
                        
                        The position of the first item in result set.Default Value:
0 - 
                        orderBy(optional): string
                        
                        The attribute by which to order the returned objects.
 - 
                        q(optional): string
                        
                        search criteria, example: NameNamespaceQuery;name:
;namespace:pagetemplate  
Response
Supported Media Types
                - application/json
 
400 Response
Bad request: invalid search or orderBy parameter supplied
                
                
                403 Response
Invalid utoken supplied