ANABOX smart
API ReferenceCalendarsCalendarid

Get a calendar entry by ID

Retrieves a single calendar entry using its unique identifier.

GET
/calendars/{calendarId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

calendarIdstring

A valid MongoDB ObjectId

Response Body

application/json

curl -X GET "https://api.memo.wirewire.de/v1/calendars/682fd0d7d4a6325d9d45b86d"
{
  "id": "string",
  "userId": "string",
  "date": "string",
  "startTime": "string",
  "endTime": "string",
  "title": "string",
  "description": "string",
  "baked": true,
  "createdAt": "string",
  "updatedAt": "string"
}