get-activities
get
get-activities
Retrieves a list of activities including details about each activity and its nested objects.
Resource URL
https://api.pepperi.com/v1.0/activities
Query Parameters
            Name
        
          
            Values
        
          
            Description
        
    
            page
        
        
        
            Page index.
        
    
            page_size
        
        
        
            Number of records per page. (100 by default, 250 max)
        
    
            where
        
        
        
            Filter results by SQL-Style where clause.
        
    
            order_by
        
        
        
            Define the sort order of the results.
        
    
            fields
        
        
        
            Return specified fields only. (comma delimited)
        
    
            include_deleted
        
        
        
            Include records in "Hidden" status.
        
    
            include_nested
        
        
        
            Include one-to-many nested objects.
        
    
            include_count
        
        
        
            Include records and pages counting as custom headers.
        
    
            full_mode
        
        
        
            Include all fields of one-to-one related objects.
        
    
            is_distinct
        
        
        
            When set to true retrieves distinct values based on the fields parameter.
        
    HTTP Basic:
Request to:
Response Error Details
- Request
- Response
- cURL
            Make a request and see the response.
        
    
            Make a request and see the response.
        
    
            Make a request and see the response.
        
    