• Register

Event resource

This resource returns information about author events.

Specifications

List events

Return a list of event objects.

/events

Listings require a domain so typically you will specify this as a subresource of a particular domain (see Domains).

/domains/{domain}/events

Get event

Return a single event object.

/events/{eventId}

Parameters

The base endpoint produces a list of events and accepts all of the common work filter parameters with the interpretation "return the distinct events that are linked to the works matching the supplied criteria".

In addition, there are some parameters specific to the event list request. 

state
filter by exact match on two-position state abbreviation
zip
filter by exact match on zip code
status
(list) filter by exact match on status
eventDateFrom
(date 'MM/dd/yyyy') return events with an eventdate value greater than or equal to
eventDateTo
(date 'MM/dd/yyyy') return events with an eventdate value less than or equal to

Representation

Here is a sample response.

/events/892272
        "eventId": 892272,
        "eventDate": "2015-12-02",
        "location": "Hollins University",
        "eventTime": null,
        "address1": "7916 Williamson Road",
        "address2": null,
        "city": "Roanoke",
        "state": "VA",
        "zip": "24019",
        "status": "Confirmed",
        "eventDateEnd": "2015-12-04",
        "eventTimeEnd": null,
        "description": "Talk\/Q&A\/Signing",