Skip to main content
Get episode history
curl --request GET \
  --url https://{tenantId}.api.nestmed.com/api/v1/episodes/{episodeId}/history \
  --header 'Authorization: Bearer <token>'
[
  {
    "versionId": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "updatedBy": "<string>",
    "resource": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

episodeId
string
required

Response

200 - application/json

A list of episode resource versions.

versionId
string
updatedAt
string<date-time>
updatedBy
string

ID of the user who made the change.

resource
object

The full resource object at that version.