Veco Plus API
  1. Contacts
Veco Plus API
  • Introduction
  • Authentication
  • API Keys
  • Rate Limits
  • Data Types
  • Enums Reference Guide
  • Contacts
    • List all events
      GET
    • Get event by id
      GET
  • Properties
    • List all events
      GET
    • Get event by id
      GET
  • Schemas
    • Contact communication
    • Property payload
    • Property Address
    • Property Price Information
    • Property Media
    • Property Details
    • Property Sizing
    • Property Rooms
    • Property List Events Response
    • Property EPC Information
    • Property Obligations
    • Property Risks
    • ExternalOfficeReference
    • Contact List Events Response
    • Contact payload
  1. Contacts

List all events

GET
https://api.all.veco.plus/api/func/api/v1/events/getevents
Last modified:2024-11-25 17:02:46
This endpoint retrieves a paginated list of contact events.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.all.veco.plus/api/func/api/v1/events/getevents?apiEventType=contact&page=1&pageSize=10&from=2024-06-14 23:59:59.99&to=2024-06-14 23:59:59.99' \
--header 'x-api-key: VPM_DeVgRvSdPe0C3X0zebl05bmVNcd_4ec2ac2d-baac-4d4c-ace5-fd33e38e699e'

Responses

🟢200Success
application/json
Body

Example
{
    "items": [
        {
            "tenantId": "4ec2ac2d-baac-4d4c-ace5-fd33e38e699e",
            "sequenceNumber": 0,
            "eventType": 2,
            "payload": "{\"ContactId\":\"629c4e4a-5cfa-4601-5a52-08dd058a757b\",\"FirstName\":\"John\",\"Surname\":\"Doe\",\"OtherName\":\"JD\",\"CompanyName\":null,\"CanSendEmail\":false,\"CanSendPost\":false,\"CanSendSms\":false,\"CanSendDetails\":false,\"HasGivenGdprDataConsent\":false,\"HasGivenGdprMarketingConsent\":false,\"Communications\":[]}",
            "transactionId": "629c4e4a-5cfa-4601-5a52-08dd058a757b",
            "id": "eecc386e-722b-4753-ab13-0a6795e31483",
            "createdDate": "2024-11-15T15:31:14.8954741"
        }
    ],
    "page": 1,
    "pageSize": 1,
    "availableCount": 2,
    "totalPages": 2
}
🟠400BadRequest
🟠401Unauthorized
🟠404NotFound
Modified at 2024-11-25 17:02:46
Previous
Contacts
Next
Get event by id
Built with