1. Events
Reader API
  • Welcome to Omerlo
  • Authorization - OAuth 2
    • Client Credentials flow
      POST
    • Authorization Code flow
      POST
    • Refresh Token flow
      POST
    • Verify oauth user
      POST
    • User info
      GET
  • Accounts
    • Profile
      • Create User profile
      • User profile Person
      • Update User profile Person
      • Update User profile Person Metadata
    • User info
      GET
    • User entitlements
      GET
  • Ads
    • Random Ads
      GET
  • Announcements
    • Paginated Announcement list
      GET
    • Announcement by id
      GET
  • Assets
    • Upload asset image
      POST
  • Blocks
    • Media Block by id
  • Categories
    • Paginated categories list
    • Category by id
  • Community
    • Events
      • Paginated Events
        GET
      • Search Events
        GET
      • Events dates by range
        GET
      • Event by id
        GET
      • Event blocks by id
        GET
      • Register to an Event by id
        POST
      • Unregister from an Event by id
        DELETE
      • Paginated Event people participants
        GET
    • Organizations
      • Paginated Organizations
      • Search Organizations
      • Organization by id
      • Organization blocks by id
    • People
      • Paginated People
      • Search People
      • Person by id
      • Person blocks by id
    • Projects
      • Paginated Projects
      • Search Projects
      • Project by id
      • Project blocks by id
  • Contents
    • Paginated Contents
    • Search Contents
    • Content by id
    • Content questions results by id
    • Vote for Content by id
  • Devices
    • Register a device
  • Distributions
    • Releases
      • Paginated Release list
      • Release by id
    • Paginated Distribution list
    • Distribution by id
  • Favorites
  • Invitations
    • Invitation by id
  • Issues
    • Issue by id
    • List Contents in Issue Section
    • Search Contents in Issue
    • Issue Section Blocks by section_id
  • Oauth Providers
    • List providers
  • Mailer
    • Send email
  • Menus
    • Menu by key
  • Newsletter
    • Mailinglist
      • GET paginated Mailinglists
    • Subscription
      • POST Subscription
      • GET all Reader Subscriptions
      • DELETE all Reader Subscriptions
      • DELETE Reader Subscription by id
  • References
    • Reference by Ref
  • RSS
    • RSS feeds by id
  • Sections
    • Section by id
    • Paginated Contents by Section id
  • Sitemap
    • Paginated Content sitemap
    • Paginated Event sitemap
    • Paginated Organizations sitemap
    • Paginated People sitemap
    • Paginated Project sitemap
  • Topics
    • List topics
    • Subscribe
    • Unsubscribe
  • Webpages
    • Paginated webpages list
    • Webpage by key OR id
  • Profile Types
    • List Profile Types
  • Media overview
    GET
  • Schemas
    • Common
      • Visual
        • Image
        • Slideshow
        • Video
      • Sitemap
        • Content (sitemap)
        • Event (sitemap)
        • organization (sitemap)
        • People (sitemap)
        • Project (sitemap)
      • PagingMeta
      • Metadata
      • LocalesMetadata
      • Visual
      • Category
      • Category (summary)
    • ReaderHub
      • Account
        • Reader Invitation
      • Distribution
        • Distribution
        • Distribution (summary)
        • Release
        • Release (summary)
      • Issue
        • Issue
        • Issue (summary)
        • Issue Section
        • Issue Section (summary)
        • SectionContent
        • Issue Block
        • Issue BlockConfiguration (summary)
        • IssueType (summary)
      • Community
        • ProfileType (summary)
        • Profile BlockType (summary)
        • Event
        • Event (summary)
        • Event Participant
        • Organization
        • Organization (summary)
        • Person
        • Person (summary)
        • Project
        • Project (summary)
        • Profile (summary)
        • Profile Address
        • Profile Description Block
        • Profile Contact
        • Profile Block
      • Content
        • Blocks
          • Block kind Data
          • Block kind HTML
          • Block kind Image
          • Block kind Question
          • Block kind Quote
          • Block kind Related Contents
          • Block kind Richtext
          • Block kind Slideshow
          • Block kind Video
          • Block kind Profiles
        • Author (summary)
        • Content Template (summary)
        • Content Block
        • Content Block Template (summary)
        • Content
        • Content (summary)
        • Questions answers
      • Media
        • Announcement
        • Announcement (summary)
        • Menu
        • Menu Item
        • Media Block (summary)
        • Media BlockConfiguration (summary)
        • Media Section
        • Media Section (summary)
        • Topic (summary)
        • Webpage
        • Webpage (summary)
        • Media
        • Media (summary)
        • Media Block
        • Media Block Configuration (summary)
      • Integrations
        • Reference
      • Messenger
        • Mailinglist (summary)
        • Subscription
      • OauthProviderSummary
  1. Events

Event by id

GET
https:/omerlo.com/api/media/v1/community/events/{event_id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠400Missing x-omerlo header
🟠400Invalid UUID
🟠401Authorization
🟠403Token missing scope
🟠404Entity not found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff 'https/omerlo.com/api/media/v1/community/events/{{completed_event_id}}?locale=undefined' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "data": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
        "occurrence_id": "8508ee33-23a1-4a06-ae02-1eb167405e7b",
        "type": "regular",
        "name": "string",
        "summary_html": "string",
        "summary_text": "string",
        "is_all_day": true,
        "starts_at": "2019-08-24T14:15:22.123Z",
        "ends_at": "2019-08-24T14:15:22.123Z",
        "canonical_url": "http://example.com",
        "cover_image_url": "http://example.com",
        "profile_image_url": "http://example.com",
        "subscription_url": "http://example.com",
        "address": {
            "street": "string",
            "location": "string",
            "city": "string",
            "state": "string",
            "country": "string",
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            }
        },
        "contact": {
            "email": "string",
            "phone": "string",
            "bluesky": "string",
            "facebook": "string",
            "instagram": "string",
            "linkedin": "string",
            "twitter": "string",
            "website": "string",
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            }
        },
        "description": {
            "blocks": [
                {
                    "kind": "string",
                    "image": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "type": "image",
                        "url": "http://example.com",
                        "gravity": "center",
                        "credit": "string",
                        "caption_html": "string",
                        "caption_text": "string"
                    },
                    "video": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "type": "video",
                        "video_id": "string",
                        "provider": "youtube",
                        "url": "http://example.com",
                        "caption_html": "string",
                        "caption_text": "string",
                        "credit": "string",
                        "is_monetized": true,
                        "is_tracking_enabled": true
                    },
                    "slideshow": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "type": "slideshow",
                        "images": [
                            {
                                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                                "type": "image",
                                "url": "http://example.com",
                                "gravity": "center",
                                "credit": "string",
                                "caption_html": "string",
                                "caption_text": "string"
                            }
                        ]
                    },
                    "content_html": "string",
                    "content_text": "string"
                }
            ],
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            }
        },
        "category_ids": [
            "497f6eca-6276-4993-bfeb-53cbbbba6f08"
        ],
        "metadata": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "meta": {
            "locales": {
                "current": "string",
                "available": [
                    "string"
                ]
            }
        },
        "updated_at": "2019-08-24T14:15:22.123Z",
        "form": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "blocks": [
                {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "content_html": "string",
                    "context_text": "string"
                }
            ]
        }
    },
    "assocs": {
        "categories": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string",
                "description": "string",
                "svg_icon": "string",
                "meta": {
                    "locales": {
                        "current": "string",
                        "available": [
                            "string"
                        ]
                    }
                },
                "updated_at": "2019-08-24T14:15:22.123Z"
            }
        ],
        "profile_types": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "kind": "event",
                "key": "string",
                "name": "string",
                "has_phone": true,
                "has_email": true,
                "has_bluesky": true,
                "has_linkedin": true,
                "has_website": true,
                "has_facebook": true,
                "has_twitter": true,
                "has_instagram": true,
                "has_country": true,
                "has_state": true,
                "has_city": true,
                "has_street": true,
                "has_location": true,
                "metadata": [
                    {
                        "key": "string",
                        "value": "string"
                    }
                ],
                "meta": {
                    "locales": {
                        "current": "string",
                        "available": [
                            "string"
                        ]
                    }
                },
                "updated_at": "2019-08-24T14:15:22.123Z"
            }
        ]
    }
}
Previous
Events dates by range
Next
Event blocks by id
Built with