Luma · Example Payload

V1_Organizations_Calendars_List_Get_200_Response

EventsEvent ManagementTicketingCommunityCalendarsGuestsAttendance

V1_Organizations_Calendars_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": [
    {
      "id": "string",
      "name": "string",
      "slug": "string",
      "avatar_url": "string",
      "url": "string",
      "description": "string",
      "social_image_url": "string",
      "cover_image_url": "string",
      "is_personal": true,
      "location": {
        "city": "string",
        "region": null,
        "country": null,
        "country_code": null,
        "timezone": "string"
      },
      "coordinate": {
        "longitude": 0,
        "latitude": 0
      },
      "instagram_handle": "string",
      "twitter_handle": "string",
      "youtube_handle": "string",
      "website": "string"
    }
  ],
  "has_more": true,
  "next_cursor": "string"
}