OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions CalendarEvent API, GET and POST

This topic contains 2 replies, has 2 voices, and was last updated by  zhex900 6 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #29386

    zhex900
    Participant

    Hi,
    I am using API sandbox to search for events of a date. But it gives 400 Bad Request.

    Database shows this event
    carlendar id: 8
    start: 2017-09-01 00:00:00

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #29387

    Hi.

    Api controller for calendar events has limitation. There are two way to get calendar events.
    First, it is filter by fields ‘start‘ and ‘end‘ and both values are required.
    Second, it is filter by filed ‘page‘ and ‘limit‘ and both values also are required.

    In your case you need to add value in field ‘end’ to get correct response.

    #29388

    zhex900
    Participant

    Thank you

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

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top