PureSpectrum
PureSpectrum websiteHelp center
PureSpectrum websiteHelp center
  1. Activity logs
  • Back to home
  • API Reference
  • Feasibility
    • Feasibility & Pricing
  • Attributes
    • Get attribute (V3)
    • Get attributes (V3)
  • Surveys
    • Create survey
    • Get similar surveys
    • Create group multi-country surveys
    • Update survey
    • Update survey
    • Update survey status
    • Update offer price
    • Update group multi-country surveys
    • Get survey information
    • Get survey status
    • Get survey performance
    • Get list of all surveys
    • Surveys health status
    • Pacing details
    • Delete survey
  • Qualifications
    • Add qualification
    • Update qualification
    • Get qualification information
    • Get all qualifications
    • Delete qualification
  • Quotas
    • Add quota
    • Update quota
    • Update quota
    • Get quota information
    • Get quota performance
    • Delete quota
  • Survey group exclusions
    • Create exclusion group
    • Update exclusion group
    • Get exclusion group information
    • Delete exclusion group
  • Respondent inclusion / exclusion
    • Add a PSIDref list to a survey
    • Update a PSIDref for survey
    • Get PSIDref list for survey
  • Supplier management
    • Create supplier blend
    • Update the list of suppliers for a survey
    • Get list of available suppliers in a locale
    • Get list of available suppliers for a survey
    • Get list of supplier blends
  • Traffic Channels
    • Create traffic channel
    • Get a list of traffic channels
  • Transactions
    • Update status of transaction (V2)
    • Update status of transaction (V3)
    • Register transaction as complete
    • Get transaction status (V3)
    • Get transaction info (V3)
    • Get transactions info for a survey ID (V3)
  • Reconciliation
    • Survey reconciliation
    • Multi survey reconciliation
    • Get status of a reconciliation request
    • Get reconciliation status for an adjustment ID
  • PureText
    • PureText Open-ended (OE) check (V3)
  • Activity logs
    • Get activity logs
      GET
    • Get events
      GET
  • Templates
    • Get survey templates
  1. Activity logs

Get events

GET
/search/events
Last modified:2025-07-28 22:49:36

Description#

When using this endpoint, we recommend that you filter the response by using the query parameters below, e.g. by survey, by date, by user etc.

Request

Authorization
Add parameter in header
access-token
Example:
access-token: ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Go
PHP
Python
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Go
curl --location 'https://staging.spectrumsurveys.com/activities/v2/search/events?surveys=764831&surveys=764832&user=purespectrum&trigger=system&startDate=2024-01-01&endDate=2024-03-25&company=3432&page=2&limit=1000' \
--header 'access-token: <api-key>'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "total": 1000,
    "activities": [
        {
            "survey_id": 1177145,
            "user_id": 4295,
            "user_email": "test@purespectrum.com",
            "username": "API Buyer",
            "message": "The Reconciliation  previously approved by API Buyer is completed on",
            "category": "Survey Edit",
            "timestamp": 1747769277174,
            "survey_status": 44,
            "notification_type": "Activity Log Tab",
            "origin": "API",
            "feature": "Reconciliation",
            "isExpire": false,
            "eventHandler": "user",
            "userCmp": 4046,
            "addInfo": "",
            "platform": "RMF",
            "operator": true,
            "operatorLevel": 0,
            "buyer": true,
            "buyerLevel": 0,
            "operatorAccess": true,
            "buyerAdmin": true,
            "buyerFull": true
        },
        {
            "survey_id": 1177148,
            "user_id": 4295,
            "user_email": "buyerapi@purespectrum.com",
            "username": "API Buyer API",
            "message": "The Reconciliation  previously approved by API Buyer API is completed on",
            "category": "Survey Edit",
            "timestamp": 1747769277159,
            "survey_status": 44,
            "notification_type": "Activity Log Tab",
            "origin": "API",
            "feature": "Reconciliation",
            "isExpire": false,
            "eventHandler": "user",
            "userCmp": 4046,
            "addInfo": "",
            "platform": "RMF",
            "operator": true,
            "operatorLevel": 0,
            "buyer": true,
            "buyerLevel": 0,
            "operatorAccess": true,
            "buyerAdmin": true,
            "buyerFull": true
        }
    ]
}
🟠400Bad Request
Modified at 2025-07-28 22:49:36
Previous
Get activity logs
Next
Templates