Skip to main content
POST
/
api
/
2.0
/
recurring_event_groups
Create Recurring Event Group
curl --request POST \
  --url https://sandbox.elationemr.com/api/2.0/recurring_event_groups/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "practice": 123,
  "schedules": [
    {
      "duration": 123,
      "event_time": "<string>",
      "physician": 123,
      "series_start": "2023-12-25",
      "description": "<string>",
      "dow_friday": true,
      "dow_monday": true,
      "dow_saturday": true,
      "dow_sunday": true,
      "dow_thursday": true,
      "dow_tuesday": true,
      "dow_wednesday": true,
      "series_stop": "2023-12-25"
    }
  ]
}
'
{
  "practice": 123,
  "schedules": [
    {
      "duration": 123,
      "event_time": "<string>",
      "physician": 123,
      "series_start": "2023-12-25",
      "created_date": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "dow_friday": true,
      "dow_monday": true,
      "dow_saturday": true,
      "dow_sunday": true,
      "dow_thursday": true,
      "dow_tuesday": true,
      "dow_wednesday": true,
      "id": 123,
      "series_stop": "2023-12-25"
    }
  ],
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "id": 123,
  "is_blocking": true,
  "reason": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
practice
integer<int64>
required
schedules
object[]
required
time_slot_type
enum<string>
required
Available options:
appointment,
appointment_slot,
event

Response

201 - application/json
practice
integer<int64>
required
schedules
object[]
required
time_slot_type
enum<string>
required
Available options:
appointment,
appointment_slot,
event
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only
is_blocking
boolean
read-only
reason
string | null
read-only