v1

latestSwagger 2.02026-07-1362109210.4 KB
calendar event

List calendar events

Get a list of calendar events

get/calendar_event

Query parameters

filter[patient]string

Patient id to fetch calendar event. Note that one of the following filters must be specified: filter[patient], filter[group], filter[organization], or filter[attendees].

filter[groups]string

Comma-separated list of group ids. Note that one of the following filters must be specified: filter[patient], filter[group], filter[organization], or filter[attendees].

filter[organization]string

Fitbit Plus organization id. Note that one of the following filters must be specified: filter[patient], filter[group], filter[organization], or filter[attendees].

filter[attendees]string

Comma-separated list of coach or patient ids. Note that one of the following filters must be specified: filter[patient], filter[group], filter[organization], or filter[attendees].

filter[type]'plan-check-in' | 'reminder' | 'telephone-call' | 'office-visit' | 'video-call'

Calendar event type

filter[completed]boolean

If not specified, return all calendar events. If set to true return only events marked as completed, if set to false, return only events not marked as completed yet.

filter[start_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for events starting in November 2017 (America/New_York): filter[start_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

filter[end_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for events ending in November 2017 (America/New_York): filter[end_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

filter[completed_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for events completed in November 2017 (America/New_York): filter[completed_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

filter[created_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for events created in November 2017 (America/New_York): filter[created_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

filter[updated_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for events updated in November 2017 (America/New_York): filter[updated_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

page[number]integer

Page number

page[size]integer

Page size

page[limit]integer

Page limit

page[cursor]string

Page cursor

include'owner'

List of related resources to include in the response

Response

OK