• Resolved Mikel

    (@ogmic)


    I’m currently using the EventPrime plugin and would like to retrieve all events via the WordPress REST API. Could you kindly provide guidance on the correct endpoint or method to access event data (e.g., event title, start date, location, etc.) through the API?

    If there’s any specific configuration or extension required to expose this data, please let me know. Your assistance would be greatly appreciated!

    Thank you in advance for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mikel

    (@ogmic)

    Hi, i tried retrieving detailed event data (e.g., start date, location, registration link) via the REST API.

    When accessing the /wp-json/eventprime/v1/events endpoint, I only receive a simplified response with value and label for each event:

    [
    {
    "value": 789,
    "label": "Event Title"
    }
    ]

    This does not include the additional properties I need, such as the event’s start date, location, or registration link.

    Could you please clarify if there’s an existing endpoint or query parameter that provides detailed event data? If not, would it be possible to extend the REST API to include these fields in the response?

    For context, I’m looking to integrate EventPrime with an external application, and having access to all event details via the API would be very helpful.

    eventprimesupport

    (@eventprimesupport)

    Thank you for your kind words! We’re thrilled to hear that EventPrime is working well for your needs.

    Currently, EventPrime does not support public REST API endpoints. However, REST API functionality is on our roadmap for future updates.

    We highly appreciate your patience and support.
    If you have any further questions, please don’t hesitate to reach out to us.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Guidance on Accessing All Events via REST API’ is closed to new replies.