Announcement

Collapse
No announcement yet.

Description search appointments - Typo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Description search appointments - Typo

    Hi OX team,

    the HTTP API document contains a typo:

    Response: An array with appointment data. Each array element describes one contact and is itself an array. The elements of each array contain the information specified by the corresponding identifiers in the columns parameter.

    Should be:

    Response: An array with appointment data. Each array element describes one APPOINTMENT and is itself an array. The elements of each array contain the information specified by the corresponding identifiers in the columns parameter.

    Best regards,
    Thomas

  • #2
    Thanks. It's fixed now.

    Comment


    • #3
      I assume
      PUT /ajax/appointments?action=search
      should be
      PUT /ajax/calendar?action=search

      and
      GET /ajax/appointments?action=newappointments
      should be
      GET /ajax/calendar?action=newappointments
      ?

      Comment


      • #4
        Yes, thanks.

        Comment

        Working...
        X