---
title: "Get Organization Events"
method: GET
path: "/plug/organization/events"
tags: ["Custom Data"]
---

# Get Organization Events

`GET /plug/organization/events`

This endpoint allows you to view the history of changes made to your organization's custom data fields. This endpoint is pageable.

## Query parameters

- `search` string
- `globalSearch` string
- `page` integer
- `size` integer
- `sort` string[]

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PagedPublicOrganizationEventResource
  - `page` PageMetadata, required — Specifies which page of results to return; this is 0-indexed
    - `number` integer, required
    - `size` integer, required
    - `totalElements` integer, required
    - `totalPages` integer, required
  - `plugOrganizationEvents` PublicOrganizationEventResource[], required — Events associated with custom data name changes
    - `createdAt` string, date-time, required — The date-time this event occurred.
    - `createdBy` string, required — The user or system that initiated the event.
    - `eventType` 'CUSTOM_DATA_NAME_CHANGE' | 'ACCOUNT_CUSTOM_DATA_CREATED' | 'ACCOUNT_CUSTOM_DATA_UPDATED' | 'ACCOUNT_CUSTOM_DATA_DELETED' | 'METER_CUSTOM_DATA_CREATED' | 'METER_CUSTOM_DATA_UPDATED' | 'METER_CUSTOM_DATA_DELETED', required — The type of custom data update event that occurred.
    - `fieldName` string, nullable, required — Which custom data field was modified.
    - `id` string, required — A unique identifier for the event.
    - `newValue` string, nullable, required — The newly assigned value of the field.
    - `oldValue` string, nullable, required — The previous value of the field.

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/revisions/d00587742116/schema)
