Luma · Example Payload

V1_Calendars_Events_List_Get_200_Response

EventsEvent ManagementTicketingCommunityCalendarsGuestsAttendance

V1_Calendars_Events_List_Get_200_Response is an example object payload from Luma, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

entrieshas_morenext_cursor

Example Payload

Raw ↑
{
  "entries": [
    {
      "platform": "string",
      "id": "string",
      "user_id": "string",
      "calendar_id": "string",
      "start_at": "2024-01-01T00:00:00Z",
      "duration_interval": "string",
      "end_at": "2024-01-01T00:00:00Z",
      "created_at": "2024-01-01T00:00:00Z",
      "timezone": "string",
      "name": "string",
      "description": "string",
      "description_md": "string",
      "geo_address_json": null,
      "coordinate": null,
      "meeting_url": null,
      "location_type": "discord",
      "location_visibility": "public",
      "cover_url": "string",
      "registration_questions": [
        null
      ],
      "url": "string",
      "visibility": "public",
      "waitlist_status": "disabled",
      "feedback_email": {
        "enabled": null,
        "delay": null
      },
      "tags": [
        {
          "id": null,
          "name": null
        }
      ]
    }
  ],
  "has_more": true,
  "next_cursor": "string"
}