Skip to main content
PATCH
/
api
/
2.0
/
published_events
/
{event_id}
Partially Update Published Event
curl --request PATCH \
  --url https://sandbox.elationemr.com/api/2.0/published_events/{event_id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "error_content": "<string>",
  "processed_date": "2023-11-07T05:31:56Z",
  "status_code": -1
}
'
{
  "processed_date": "2023-11-07T05:31:56Z",
  "error_content": "<string>",
  "event_id": 123,
  "event_type": "<string>",
  "id": 123,
  "resource": "<string>",
  "resource_id": 123,
  "status_code": -1,
  "target": "<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.

Path Parameters

event_id
integer
required

The ID of the event to retrieve

Body

application/json
error_content
string | null
processed_date
string<date-time>
status_code
integer | null
Required range: -2147483648 <= x <= 2147483647

Response

200 - application/json
processed_date
string<date-time>
required
error_content
string | null
event_id
integer
read-only
event_type
string
read-only
id
integer
read-only
resource
string
read-only
resource_id
integer
read-only
status_code
integer | null
Required range: -2147483648 <= x <= 2147483647
target
string
read-only