For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a complete list of all contact events to/by a contact.

Required permissions: View Contacts and transactions

get
Path parameters
referenceIDstring · uuidRequired
Query parameters
sincestring · date-timeOptional
showAllbooleanOptional
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
referenceIDstringOptional
get/database/contacts/{referenceID}/history
GET /database/contacts/{referenceID}/history?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
  "referenceID": "text",
  "services": [
    {
      "serviceUsageID": "text",
      "serviceID": "text",
      "referenceID": "text",
      "applicationID": "text",
      "createDate": "2026-01-01T00:00:00.000Z",
      "customValues": [
        {
          "name": "text",
          "value": "text"
        }
      ]
    }
  ],
  "serviceData": [
    {
      "serviceUsageDataID": "text",
      "serviceUsageID": "text",
      "instanceID": "text",
      "createDate": "2026-01-01T00:00:00.000Z",
      "actionDate": "2026-01-01T00:00:00.000Z",
      "actionName": "text",
      "source": "text",
      "customValues": [
        {
          "name": "text",
          "value": "text"
        }
      ]
    }
  ]
}

Last updated

Was this helpful?