Skip to main content

A collection of changed entities in the past 24hrs.

GET 

/hockey/v2/changes

The result contains references to multiple entity types that can be used to identify data changes.

Use the id property to construct the URL to query the specific entity changes.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 100

    The number of items per page

    id string
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

UpdatedAt collection

Response Attributes and Relations

  • id (string)

  • updatedAt (string, date with time)

Loading...